2024-11-22 23:29:59 -07:00

2 lines
51 B
JavaScript

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