Module:Sandbox/Admin/Apples

From Curriepedia
Revision as of 18:09, 6 May 2018 by imported>Admin (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)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Sandbox/Admin/Apples/doc

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

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

return p