2 lines
51 B
Plaintext
2 lines
51 B
Plaintext
module.exports = function (x) { return x + 100; };
|
module.exports = function (x) { return x + 100; };
|