# This is the base functionality code interchangeable between cli and server program module Base VERSION = "0.1.0" # TODO: Put your code here print("Hello world") end