feat: solve day 4 puzzle 1
This commit is contained in:
10
res/examples/day04.txt
Normal file
10
res/examples/day04.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
..@@.@@@@.
|
||||
@@@.@.@.@@
|
||||
@@@@@.@.@@
|
||||
@.@@@@..@.
|
||||
@@.@@@@.@@
|
||||
.@@@@@@@.@
|
||||
.@.@.@.@@@
|
||||
@.@@@.@@@@
|
||||
.@@@@@@@@.
|
||||
@.@.@@@.@.
|
||||
@@ -12,7 +12,7 @@
|
||||
"puzzle2": true
|
||||
},
|
||||
"day04": {
|
||||
"puzzle1": false,
|
||||
"puzzle1": true,
|
||||
"puzzle2": false
|
||||
},
|
||||
"day05": {
|
||||
|
||||
Reference in New Issue
Block a user