Jump to content

Module:Bananas

विकिपीडिया से
imported>Remram44 (Fixes link to unit tests) के द्वारा 02:06, 25 अप्रैल 2013 के बदलाव
-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}
 
function p.hello()
    return "Hello, world!"
end
 
return p