robot.js 63 B

1
  1. module.exports = function (s) { return s.toUpperCase() + '!' };