Difference between revisions of "Module:Bananas"
Jump to navigation
Jump to search
(Created page with "local p = {} function p.hello() return "Hello, world!" end return p") |
m (Kirill Lokshin moved page Module:Bananas to Tech:Bananas without leaving a redirect) |
Revision as of 03:42, 11 December 2015
Documentation for this module may be created at Module:Bananas/doc
local p = {}
function p.hello()
return "Hello, world!"
end
return p