Module:Sandbox/Lighthouse1974/Oranges

Revision as of 18:07, 6 May 2018 by imported>Lighthouse1974 (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)

Documentation for this module may be created at Module:Sandbox/Lighthouse1974/Oranges/doc

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

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

return p