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