robot.js 48 B

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