Module:Sandbox/EdJohnston/Bananas

Revision as of 02:20, 1 April 2013 by imported>EdJohnston (Create my own test file, imaginatively called 'Bananas')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/EdJohnston/Bananas/doc

-- Testing, testing 1-April-2013. [[User:EdJohnston]]
-- For unit tests, look somewhere else.
local p = {}
 
function p.hello()
    return "Hello, world!"
end
 
return p