Files

2 lines
51 B
JavaScript
Raw Permalink Normal View History

2020-02-03 13:46:22 +03:00
module.exports = function (n) { return n * 111; };