1var robot = require('./robot.js'); 2var trex = require('t-rex'); 3 4module.exports = function (n) { return robot(n) * trex }; 5 6