Skip to content

Commit

Permalink
Add day 1 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
lundgren2 committed Dec 5, 2023
1 parent 612e9dd commit ee88c56
Show file tree
Hide file tree
Showing 5 changed files with 1,026 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/2023/day00/input.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test
test
2 changes: 1 addition & 1 deletion src/2023/day00/part1.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function part1(input: string): string {
return 'test';
return input;
}
Loading

0 comments on commit ee88c56

Please sign in to comment.