Skip to content

Commit

Permalink
done2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetypie28 committed Jul 10, 2024
1 parent e99ff93 commit 9db6729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ getTodo(input1).then((result) => console.log(result));
getTodo(input2).then((result) => console.log(result));
getTodo(input3).then((result) => console.log(result));

export default getTodo;
export default getTodo;

0 comments on commit 9db6729

Please sign in to comment.