模块:沙盒/Shinonome Akebono/S

50px 模块文档[创建]
local p = {}

function p.hello()
    return "Hello, world!"
end

return p