dev
Documentation icon Module documentation
[create]

The documentation for this module is missing. Click here to create it.

local p = {}

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

return p