feat: solve day 3 puzzle 1

This commit is contained in:
2025-12-03 09:56:17 +01:00
parent a08eaf0007
commit 3be58692ab
5 changed files with 55 additions and 3 deletions

4
res/examples/day03.txt Normal file
View File

@@ -0,0 +1,4 @@
987654321111111
811111111111119
234234234234278
818181911112111

View File

@@ -8,7 +8,7 @@
"puzzle2": true
},
"day03": {
"puzzle1": false,
"puzzle1": true,
"puzzle2": false
},
"day04": {