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

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

function p.main()
	return 'Hello, lua!'
end

return p