Module:Hello
From Ephinea PSO Wiki
Documentation for this module may be created at Module:Hello/doc
p = {}
function p.hello_world()
return "Hello, world!"
end
return p
Documentation for this module may be created at Module:Hello/doc
p = {}
function p.hello_world()
return "Hello, world!"
end
return p