Solution for Day 12

This commit is contained in:
2021-12-12 23:26:23 +00:00
parent b0c161669e
commit be32018be9
9 changed files with 412 additions and 0 deletions

View File

@@ -120,3 +120,12 @@ The solution for "eleven" is:
There were 1669 flashes after 100 steps
They all flash on step 351
```
### Day twelve
```sh
$ ./aoc2021 --twelve
The solution for "twelve" is:
Found 5157 paths through the cave system
Found 144309 paths through the cave system
```