imported>Cw5 (←Created page with '-- For unit tests, see Module:Bananas/testcases local p = {} function p.hello() return "Hello, world!" end return p') |
(No difference)
|
Latest revision as of 14:11, 7 October 2015
-- For unit tests, see Module:Bananas/testcases
local p = {}
function p.hello() return "Hello, world!" end
return p
-- Hello World!