Module:Sandbox/mattruffoni/my module

From Northumberland Climbing
< Module:Sandbox
Revision as of 11:16, 1 January 2020 by module>Mattruffoni (test1)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Sandbox/mattruffoni/my module/doc

local p = {}
function p.hello(frame)
    return 'Hello'
end
return p