Module:Sandbox/Sware/test

Revision as of 19:53, 11 December 2020 by Sware (talk | contribs)


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

function p.meet()
    return 'Nice to meet you!'
end

return p