mirror of
https://github.com/sern-handler/website
synced 2026-06-19 14:22:21 +00:00
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
module.exports = function (x) { return x + 100; };
|