Module:Sandbox/Hellknowz/Test

This is an old revision of this page, as edited by Hellknowz (talk | contribs) at 11:50, 27 August 2013 (make test module for playing around). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local main = {};
 
function main.hello()
    return "Hello, world!"
end
 
return main;