mirror of
https://github.com/seigler/aoc2024
synced 2025-07-26 08:46:08 +00:00
day 6, buggy part 2
This commit is contained in:
parent
0aa40e557a
commit
ad6829def6
4 changed files with 143 additions and 12 deletions
|
@ -77,16 +77,18 @@
|
|||
},
|
||||
{
|
||||
"part1": {
|
||||
"solved": false,
|
||||
"solved": true,
|
||||
"result": null,
|
||||
"attempts": [],
|
||||
"time": null
|
||||
},
|
||||
"part2": {
|
||||
"solved": false,
|
||||
"result": null,
|
||||
"attempts": [],
|
||||
"time": null
|
||||
"result": "1878",
|
||||
"attempts": [
|
||||
"1878"
|
||||
],
|
||||
"time": 2128.985844
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue