Module:Bananas

From solab
Revision as of 14:20, 6 January 2016 by imported>Gio (Created page with "-- For unit tests, see Module:Bananas/testcases local p = {} function p.hello() return "Hello, world!" end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

-- For unit tests, see Module:Bananas/testcases local p = {}

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

return p