2021-11-22 09:39:27 -06:00

2 lines
51 B
JavaScript

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