mirror of
https://gitea.com/actions/setup-python.git
synced 2025-07-04 20:54:51 +08:00
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
module.exports = function (x) { return x * 100; };
|