Skip to content

Commit

Permalink
sub
Browse files Browse the repository at this point in the history
  • Loading branch information
shaninja committed Feb 13, 2019
1 parent d500c5e commit ae9eb77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions js/sub.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@


function sub(x, y) {
return x - y;
}



0 comments on commit ae9eb77

Please sign in to comment.