mirror of
https://github.com/seigler/aoc2024
synced 2025-07-26 08:46:08 +00:00
day 5, feels nice
This commit is contained in:
parent
5764869e99
commit
ee81d62ef8
4 changed files with 143 additions and 15 deletions
|
@ -63,16 +63,16 @@
|
|||
},
|
||||
{
|
||||
"part1": {
|
||||
"solved": false,
|
||||
"result": null,
|
||||
"solved": true,
|
||||
"result": "4905",
|
||||
"attempts": [],
|
||||
"time": null
|
||||
"time": 29.389645
|
||||
},
|
||||
"part2": {
|
||||
"solved": false,
|
||||
"result": null,
|
||||
"solved": true,
|
||||
"result": "6204",
|
||||
"attempts": [],
|
||||
"time": null
|
||||
"time": 54.772924
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue