Skip to content

Commit 3ec487d

Browse files
authored
Create index.js
1 parent 7ee40a6 commit 3ec487d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// index.js
2+
3+
function add(a, b) {
4+
return a + b;
5+
}
6+
7+
module.exports = add;
8+

0 commit comments

Comments
 (0)