Day 10 solution

This commit is contained in:
2021-12-10 15:07:12 +00:00
parent 156eb5f2de
commit 8950ee2e3e
7 changed files with 336 additions and 0 deletions

View File

@@ -102,3 +102,12 @@ The solution for "nine" is:
The sum of the risk level of low points is 439
The product of the three largest basins is 900900
```
### Day ten
```sh
$ ./aoc2021 --ten
The solution for "ten" is:
The syntax error score is 323613
The autoComplete score is 3103006161
```