Solution for Day 17

This commit is contained in:
2021-12-18 19:50:49 +00:00
parent 5c0b7a3b09
commit 56b9b82e60
7 changed files with 280 additions and 0 deletions

View File

@@ -173,3 +173,12 @@ The solution for "sixteen" is:
The sum of the version numbers is 1012
The output of the encoded input is 2223947372407
```
### Day seventeen
```sh
$ ./aoc2021 --seventeen
The solution for "seventeen" is:
The max height is 35511
There are 3282 initial velocities that will hit the target
```