module.exports = function(input, out) { out.write('Hello ' + input.name + '!'); };