mirror of
https://github.com/seigler/aoc2021
synced 2025-07-27 01:16:09 +00:00
day 13
This commit is contained in:
parent
0a46d00d1e
commit
b0bf232079
4 changed files with 113 additions and 12 deletions
|
@ -181,16 +181,16 @@
|
|||
},
|
||||
{
|
||||
"part1": {
|
||||
"solved": false,
|
||||
"result": null,
|
||||
"solved": true,
|
||||
"result": "847",
|
||||
"attempts": [],
|
||||
"time": null
|
||||
"time": 3.59
|
||||
},
|
||||
"part2": {
|
||||
"solved": false,
|
||||
"result": null,
|
||||
"solved": true,
|
||||
"result": "BCZRCEAB",
|
||||
"attempts": [],
|
||||
"time": null
|
||||
"time": 17.85
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue