Jump to content

Module:Bananas

विकिपीडिया से
local p = {}
 
function p.hello()
    return "Hello, world!!"
end
 
return p