This module was made as a sandbox for the user McTacky. This documentation is kept to prevent redlinks.
local p = {} function p.hello() return 'Hi!' end return p