mirror of
https://github.com/seigler/aoc2024
synced 2025-07-26 08:46:08 +00:00
day 17 part 1 done, part 2 requires more thought
This commit is contained in:
parent
046e5f9b20
commit
7fde4a549f
4 changed files with 155 additions and 7 deletions
|
@ -253,9 +253,11 @@
|
|||
},
|
||||
{
|
||||
"part1": {
|
||||
"solved": false,
|
||||
"solved": true,
|
||||
"result": null,
|
||||
"attempts": [],
|
||||
"attempts": [
|
||||
"1,4,0,1,1,0,1,0,3"
|
||||
],
|
||||
"time": null
|
||||
},
|
||||
"part2": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue