2 lines
51 B
JavaScript
Raw Normal View History

module.exports = function (n) { return n * 111; };