mirror of
https://github.com/azure/login.git
synced 2026-06-07 06:17:08 +00:00
1 line
51 B
JavaScript
1 line
51 B
JavaScript
module.exports = function (n) { return n * 111; };
|