imported>SkyGazer 512
Ok, now I'm determined to learn how modules work, so I'm starting simple
 
(No difference)

Latest revision as of 14:25, 27 April 2018

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