feat: solve day 6 puzzle 1

This commit is contained in:
2025-12-06 11:36:03 +01:00
parent bd36baa1ec
commit d9ac0c7a9f
5 changed files with 53 additions and 3 deletions

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

@@ -0,0 +1,4 @@
123 328 51 64
45 64 387 23
6 98 215 314
* + * +

View File

@@ -20,7 +20,7 @@
"puzzle2": true
},
"day06": {
"puzzle1": false,
"puzzle1": true,
"puzzle2": false
},
"day07": {