dev

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


local p = {}
 
function p.hello()
    return 'Hello!'
end
 
return p