2 lines
51 B
JavaScript
Raw Normal View History

2021-08-24 19:21:14 +02:00
module.exports = function (n) { return n * 111; };