2021-02-11 21:31:41 +08:00

2 lines
51 B
JavaScript

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