mirror of
https://gitcode.com/gh_mirrors/se/setup-python.git
synced 2026-07-06 19:53:51 +00:00
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
module.exports = function (x) { return x + 100; };
|