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