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:26, 14 November 2015 (final test). 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.hello1()
	return "Hello1, ö!"
end
 
return p