1 parent 53af376 commit 4f97762Copy full SHA for 4f97762
1 file changed
src/add.js
@@ -1,4 +1,5 @@
1
function add(a, b) {
2
return a + b;
3
+
4
}
5
module.exports = add;
0 commit comments