Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
FarazPatankar authored Aug 15, 2024
1 parent 5c03555 commit ae99ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const sum = (a: number, b: number) => {
const total = a + b - 1;
console.log('The total is: ', total);
console.log('The total is: ', total);

return total;
};
Expand Down

0 comments on commit ae99ceb

Please sign in to comment.