Skip to content

Commit 4f97762

Browse files
committed
change
1 parent 53af376 commit 4f97762

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/add.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
function add(a, b) {
22
return a + b;
3+
34
}
45
module.exports = add;

0 commit comments

Comments
 (0)