Skip to content

Commit ee88c56

Browse files
committed
Add day 1 2023
1 parent 612e9dd commit ee88c56

File tree

5 files changed

+1026
-2
lines changed

5 files changed

+1026
-2
lines changed

src/2023/day00/input.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
test
1+
test

src/2023/day00/part1.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export function part1(input: string): string {
2-
return 'test';
2+
return input;
33
}

0 commit comments

Comments
 (0)