모듈:Bananas

L위키, 시민들이 참여하여 가꾸는 리버럴 위키

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

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

return p