Add solution confirming correctness but slowness

This commit is contained in:
2021-12-15 19:17:15 -04:00
parent b0e761fb7a
commit c8b291bcb8

View File

@@ -156,10 +156,11 @@ The result of subtracting the least from most common element quantities is 35727
### Day fifteen ### Day fifteen
Today's solution is SLLLLLLOOOOOOOWWW (~75 minutes) but correct!
```sh ```sh
$ ./aoc2021 --fifteen $ ./aoc2021 --fifteen
The solution for "fifteen" is: The solution for "fifteen" is:
fifteen part 1 answer for path The total risk of the least risky path is 415
fifteen part 2 answer for path The total risk of the least risky path is 2864
``` ```