模組:沙盒/byfserag/test

文档图示 模块文档[创建]
--
local b = {}
 
function b.hello()
    return "Hello, world!"
end

return b