Skip to content

Commit

Permalink
feat: Add test.js to curriculum for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pozzi2002 committed Nov 19, 2024
1 parent fd00656 commit 529d777
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function add(a, b) {
return a + b;
}

0 comments on commit 529d777

Please sign in to comment.