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