Difference between revisions of "Module:Bananas"
From Kalypso
(Created page with "-- For unit tests, see Module:Bananas/testcases local p = {} function p.hello() return "Hello, world!" end return p") |
Latest revision as of 12:29, 30 December 2013
-- For unit tests, see [[Module:Bananas/testcases]] local p = {} function p.hello() return "Hello, world!" end return p