Module:Bananas

From Wikimedia District of Columbia
Revision as of 03:52, 11 December 2015 by Kirill Lokshin (talk | contribs) (Kirill Lokshin moved page Tech:Bananas to Module:Bananas without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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