Module:Test
Appearance
Documentation for this module may be created at Module:Test/doc
local p = {}
function p.test()
return "Lua is working!"
end
return p
Documentation for this module may be created at Module:Test/doc
local p = {}
function p.test()
return "Lua is working!"
end
return p