Day 6 solution

This commit is contained in:
2021-12-06 14:08:30 +00:00
parent 4f1fddf0eb
commit 84a1d25dbe
7 changed files with 150 additions and 0 deletions

View File

@@ -65,3 +65,13 @@ There are 5585 overlapping vents
There are 17193 overlapping vents
```
### Day six
```sh
$ ./aoc2021 --six
The solution for "six" is:
After 80 days there are 377263 fish
After 256 days there are 1695929023803 fish
```