dev

This module was made as a sandbox for the user EnnPiiVZ. This documentation is kept to prevent redlinks.


local p = {}

function p.hello()
	return 'Hello!'
	
end

return p