mirror of
https://github.com/seigler/aoc2021
synced 2025-07-27 01:16:09 +00:00
day 15, what a slog
This commit is contained in:
parent
8c135affd7
commit
901f88482f
6 changed files with 149 additions and 40 deletions
|
@ -209,16 +209,20 @@
|
|||
},
|
||||
{
|
||||
"part1": {
|
||||
"solved": false,
|
||||
"result": null,
|
||||
"attempts": [],
|
||||
"time": null
|
||||
"solved": true,
|
||||
"result": "702",
|
||||
"attempts": [
|
||||
"NaN"
|
||||
],
|
||||
"time": 55.8
|
||||
},
|
||||
"part2": {
|
||||
"solved": false,
|
||||
"result": null,
|
||||
"attempts": [],
|
||||
"time": null
|
||||
"solved": true,
|
||||
"result": "2955",
|
||||
"attempts": [
|
||||
"2967"
|
||||
],
|
||||
"time": 761.32
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue