Skip to content

Commit

Permalink
not latest
Browse files Browse the repository at this point in the history
  • Loading branch information
FarazPatankar authored Aug 16, 2024
1 parent b73bbc1 commit 860f8b3
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;
console.log('The latest total is: ', total);
console.log('The not latest total is: ', total);

return total;
};
Expand Down

0 comments on commit 860f8b3

Please sign in to comment.