Module:Sandbox/Huanker

From NvWiki
Jump to navigation Jump to search

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

p = { }

p.hello = function()
	return "Hello world!"	
end

return p