2021-01-04 18:02:13 +08:00

2 lines
51 B
JavaScript

module.exports = function (x) { return x + 100; };