Jump to content

Module:Sandbox/A8v/Hello

From Wikipedia, the free encyclopedia

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