Jump to content

Module:Bananas

विकिपीडिया से
imported>Nullzero (Undid revision 559002645 by 188.24.85.144 (talk)) के द्वारा 06:04, 9 जून 2013 के बदलाव
-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}
 
function p.hello()
    return "Hello, world!"
end
 
return p