모듈:Bananas

위키백과, 우리 모두의 백과사전.

-- 헬로 월드!
local p = {}

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

return p