Jump to content

Module:Sandbox/Test

Unchecked
From Wikipedia

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

-- Placeholder only! Do not add code.
-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}

function p.hello()
	return "Hello"
end

return p