Jump to content

Module:Sandbox/Obsidi

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Obsidi (talk | contribs) at 04:22, 17 October 2014. The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}

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

return p