Jump to content

Module:Sandbox/Anne drew

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Anne drew (talk | contribs) at 01:12, 9 January 2025 (remove top notice). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = {}
p.main = function(frame)
	local args = frame.args
	local out = ''
	
	out = out .. 'Hello, world!'
	
	return out
end
return p