robot.js 63 Bytes Raw Blame History Permalink 1 module.exports = function (s) { return s.toUpperCase() + '!' };