Skip to content

Commit

Permalink
Merge pull request #3 from swikars1/test
Browse files Browse the repository at this point in the history
add test
  • Loading branch information
swikars1 authored Apr 6, 2024
2 parents 22386c3 + ac05045 commit 95ba5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const add = (a: number, b: number) => {
return a + b;
return a + b + 1;
};

0 comments on commit 95ba5bd

Please sign in to comment.