Module:Test

From StarFleet Bureau of Information

return {

 hello = function()
   return "Hello from Lua!"
 end

}