Day 11 solution

This commit is contained in:
2021-12-11 16:32:12 +00:00
parent 8950ee2e3e
commit b0c161669e
7 changed files with 255 additions and 0 deletions

View File

@@ -111,3 +111,12 @@ The solution for "ten" is:
The syntax error score is 323613
The autoComplete score is 3103006161
```
### Day eleven
```sh
$ ./aoc2021 --eleven
The solution for "eleven" is:
There were 1669 flashes after 100 steps
They all flash on step 351
```