모듈:Bananas

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

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

return p