mirror of
https://github.com/seigler/aoc2024
synced 2025-07-26 08:46:08 +00:00
day 13
This commit is contained in:
parent
5e26df54c8
commit
b22d060ef6
4 changed files with 128 additions and 16 deletions
|
@ -191,16 +191,20 @@
|
|||
},
|
||||
{
|
||||
"part1": {
|
||||
"solved": false,
|
||||
"result": null,
|
||||
"attempts": [],
|
||||
"time": null
|
||||
"solved": true,
|
||||
"result": "28887",
|
||||
"attempts": [
|
||||
"0"
|
||||
],
|
||||
"time": 1984.919458
|
||||
},
|
||||
"part2": {
|
||||
"solved": false,
|
||||
"result": null,
|
||||
"attempts": [],
|
||||
"time": null
|
||||
"solved": true,
|
||||
"result": "96979582619758",
|
||||
"attempts": [
|
||||
"5923913045842"
|
||||
],
|
||||
"time": 6.418125
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue