testmodule.lua 90 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 local mymodule = {} function mymodule.foo() print("Hello World!") end return mymodule