local mymodule = {} function mymodule.foo() print("Hello World!") end return mymodule