Jump to content

Module:Sandbox

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by DerBorg (talk | contribs) at 03:23, 14 November 2015 (testing module). 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