跳转到内容

模块:BananasArgs/sandbox

维基百科,自由的百科全书
local p = {}
 
function p.hello()
    return "Hello, world!"
end
 
return p