Module:LuaTest

From Drifter's Wiki TEST
Jump to navigation Jump to search

Documentation for this module may be created at Module:LuaTest/doc

local p = {} -- p stands for package
function p.hello( frame )
    return "Hello, world!"
end

return p