Jump to content

Module:Bananas

विकिपीडिया से
Mr. Stradivarius (बातचीत | योगदान) (Undid revision 578663040 by 122.177.154.54 (talk) no penetration testing here please) के द्वारा 09:07, 25 अक्टूबर 2013 के बदलाव
-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}
 
function p.hello()
    return "Hello, world!"
end
 
return p