Day 16 first attempt. Not working yet

This commit is contained in:
2021-12-17 04:03:28 +00:00
parent c8b291bcb8
commit 719c895220
6 changed files with 403 additions and 0 deletions

View File

@@ -164,3 +164,13 @@ The solution for "fifteen" is:
The total risk of the least risky path is 415
The total risk of the least risky path is 2864
```
### Day sixteen
```sh
$ ./aoc2021 --sixteen
The solution for "sixteen" is:
sixteen part 1 answer for bits
sixteen part 2 answer for bits
```