mirror of
https://github.com/actions/setup-python
synced 2026-03-23 23:17:32 +03:00
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
module.exports = function (x) { return x * 100; };
|