mirror of
https://github.com/actions/setup-python.git
synced 2026-02-03 03:27:16 +08:00
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
module.exports = function (x) { return x + 100; };
|