Module:Sandbox/User:Maddie/Test

From Illerai

This is the current revision of this page, as edited by imported>Maddie at 14:27, 9 May 2020. The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Sandbox/User:Maddie/Test/doc

local p = {}
p.main = function() 
	return "Hello " .. "world!"
end
return p