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 Tech:Bananas to Module:Bananas without leaving a redirect) |
||
(One intermediate revision by the same user not shown) |
Latest revision as of 03:52, 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