mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-01-01 11:49:38 +00:00
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
|
module.exports = function (n) { return n * 111; };
|