mirror of
https://github.com/julia-actions/julia-buildpkg.git
synced 2026-02-15 02:46:52 +08:00
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
module.exports = function (n) { return n * 111; };
|