blob: 88ade89fb74d0078dd1c18ed066a062805d2934b [file] [log] [blame]
function increment(n) {
return n + 1;
}
exports.increment = increment;