Skip to content

Commit

Permalink
break sum functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
imjaroiswebdev committed Feb 7, 2024
1 parent 4e7c243 commit 90ffe5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sum.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = (a, b) => a + b
module.exports = (a, b) => a * b

0 comments on commit 90ffe5e

Please sign in to comment.