blob: 82bc79b7735fed63b30a6c0d6350e70c1ced318d [file] [log] [blame]
function decrement(n) {
return n - 1;
}
exports.decrement = decrement;