Jump to content

Module:Sandbox

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Upjav (talk | contribs) at 04:51, 27 August 2014 (testing module:bananas). 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.
local p = {}
 
function p.hello()
	return "Hello, world!"
end
 
return p