day 17 part 1 done, part 2 requires more thought

This commit is contained in:
Joshua Seigler 2024-12-17 02:30:34 -05:00
parent 046e5f9b20
commit 7fde4a549f
4 changed files with 155 additions and 7 deletions

View file

@ -253,9 +253,11 @@
},
{
"part1": {
"solved": false,
"solved": true,
"result": null,
"attempts": [],
"attempts": [
"1,4,0,1,1,0,1,0,3"
],
"time": null
},
"part2": {