이 모듈에 대한 설명문서는 모듈:Bananas/설명문서에서 만들 수 있습니다

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

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

return p