Module:Sandbox/Colin R Robinson: Difference between revisions
Appearance
imported>Colin R Robinson Created page with "local p = {} function p.hello() return 'Hello!' end return p" |
(No difference)
|
Revision as of 16:06, 25 March 2024
Documentation for this module may be created at Module:Sandbox/Colin R Robinson/doc
local p = {}
function p.hello()
return 'Hello!'
end
return p