2016-02-12 16:34:12 -07:00

3 lines
86 B
JavaScript

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