main.js 51 B

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