mirror of
https://github.com/actions/stale.git
synced 2025-12-25 19:18:00 +08:00
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
module.exports = function (x) { return x + 100; };
|