Jump to content

Module:Sandbox

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 67.241.15.174 (talk) at 20:31, 28 March 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

function p.hello()
	return "Happy birthday!"
end

return p