Module:Bananas

विकिपीडिया से
मॉड्यूल बिबरनलेख[बनाईं]
-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}

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

return p