Jump to content

Module:Sandbox/Amire80-CEE1

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Amire80 (talk | contribs) at 17:16, 3 October 2020 (Created page with '-- Testing something for the CEE 2020 conference local p = {} function p.main(frame) return('hello CEE') end return p;'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
-- Testing something for the CEE 2020 conference

local p = {}

function p.main(frame)
	return('hello CEE')
end

return p;