Module:Sandbox/SkyGazer 512

Revision as of 14:25, 27 April 2018 by imported>SkyGazer 512 (Ok, now I'm determined to learn how modules work, so I'm starting simple)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Sandbox/SkyGazer 512/doc

local p = {}

function p.blablabla()
	return "The module actually worked!"
end

return p