4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
Multiply all the things with 111
|
|
|
|
module.exports = (n) -> n * 111
|