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