Multiply all the things with 111

    module.exports = (n) -> n * 111
