Module:HelloWorld
Jump to navigation
Jump to search
Documentation for this madule may be created at Module:HelloWorld/doc
local p = {}
function p.hello()
return 'Hello myWorld'
end
return p