Day 7 solution

This commit is contained in:
2021-12-07 16:04:40 +00:00
parent 84a1d25dbe
commit f2e471f2a4
7 changed files with 148 additions and 1 deletions

View File

@@ -65,7 +65,6 @@ There are 5585 overlapping vents
There are 17193 overlapping vents
```
### Day six
```sh
@@ -75,3 +74,11 @@ After 80 days there are 377263 fish
After 256 days there are 1695929023803 fish
```
### Day seven
```sh
$ ./aoc2021 --seven
The solution for "seven" is:
Used 357353 fuel to align
Used 104822130 fuel to align
```