モジュール:サンドボックス/Kohaku2005/sandbox

モジュールの解説[作成]
local p = {}

function p.test()
  return "hello", "world"
end

return p