Skip to content

Commit

Permalink
will
Browse files Browse the repository at this point in the history
  • Loading branch information
FarazPatankar authored Nov 12, 2024
1 parent cd048a2 commit d007e6a
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 was now: ', total);
console.log('The latest total will now: ', total);

return total;
};
Expand Down

0 comments on commit d007e6a

Please sign in to comment.