Module:Sandbox/Tom Morris

There are no reviewed versions of this page, so it may not have been checked for adherence to standards.
[create] Documentation
local p = {}

p.helloworld = function()
    return "Hello World"
end

return p