Module:Sandbox: Difference between revisions

From Guild of Archivists
No edit summary
(No difference)

Revision as of 07:01, 13 September 2012

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

local p = {}
 
function p.hello()
    return "Hello, world!"
end
 
return p