模組:沙盒/Subscriptshoe9

文档图示 模块文档[创建]
local p = {}

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

return p