diff --git a/math.js b/math.js new file mode 100644 index 0000000..984607f --- /dev/null +++ b/math.js @@ -0,0 +1,3 @@ +function add(a,b) { + return a-b +}