feat: solve day 9 puzzle 1
This commit is contained in:
8
res/examples/day09.txt
Normal file
8
res/examples/day09.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
7,1
|
||||
11,1
|
||||
11,7
|
||||
9,7
|
||||
9,5
|
||||
2,5
|
||||
2,3
|
||||
7,3
|
||||
@@ -32,7 +32,7 @@
|
||||
"puzzle2": true
|
||||
},
|
||||
"day09": {
|
||||
"puzzle1": false,
|
||||
"puzzle1": true,
|
||||
"puzzle2": false
|
||||
},
|
||||
"day10": {
|
||||
|
||||
Reference in New Issue
Block a user