We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee40a6 commit 3ec487dCopy full SHA for 3ec487d
index.js
@@ -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