2 lines
49 B
JavaScript
Raw Normal View History

2016-06-18 00:24:31 +02:00
module.exports = function (x) { return x + 100 }