Jump to content

Module:Bananas

विकिपीडिया से
Mr. Stradivarius (बातचीत | योगदान) (Undid revision 610642181 by 166.182.83.75 (talk) this should probably return something, at least...) के द्वारा 13:39, 29 मई 2014 के बदलाव
-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}

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

return p