Module:Bananas

From Wikimedia District of Columbia
Revision as of 03:42, 11 December 2015 by Kirill Lokshin (talk | contribs) (Kirill Lokshin moved page Module:Bananas to Tech:Bananas without leaving a redirect)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Bananas/doc

local p = {}

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

return p