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:24, 14 November 2015 (test 3). 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.helloo()
	return "Helloo, ö!"
end
 
return p