Add vent mapping solution

This commit is contained in:
2021-12-05 17:32:17 +00:00
parent ec04a04547
commit 4f1fddf0eb
7 changed files with 682 additions and 0 deletions

View File

@@ -54,3 +54,14 @@ The solution for "four" is:
The winning score is 668 on call 66. Final score 44088
The last winning score is 263 on call 90. Final score 23670
```
### Day five
```sh
$ ./aoc2021 --five
The solution for "five" is:
There are 5585 overlapping vents
There are 17193 overlapping vents
```