使用者:Happyvalley/sandbox/模塊:testLua

出自Arcaea中文维基

local p = {}

function p.hello()

   return "Hello, world!"

end

return p