Module:Sandbox/A8v/Hello

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>A8v at 22:08, 9 July 2014 (Created page with '-- For unit tests, see Module:Bananas/testcases local p = {} function p.hello() return Hello end return p'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}
 
function p.hello()
	return Hello
end
 
return p