Module:Hello: Difference between revisions

From Nasqueron Agora
(Created page with "local p = {} function p.hello() return 'Hello' end return p")
 
(No difference)

Latest revision as of 22:01, 21 January 2013

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

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