blob: 7014688aa2a0671ca4418c4bef9f03ced5c7c1de [file] [log] [blame]
module.exports = function (n) {
return n + 1;
};