We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06fe563 commit 8e2732dCopy full SHA for 8e2732d
skills.js
@@ -0,0 +1,3 @@
1
+function calculateNumbers(var1, var2) {
2
+ return var1 + var2;
3
+}
0 commit comments