Module:Sandbox/Sware/test

From Linguifex
Revision as of 19:47, 11 December 2020 by Sware (talk | contribs) (Created page with "local p = {} function p.hello() return 'Hello!' end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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