Day 13 solution

This commit is contained in:
2021-12-13 18:58:17 +00:00
parent be32018be9
commit 000e241684
8 changed files with 1367 additions and 0 deletions

View File

@@ -129,3 +129,18 @@ The solution for "twelve" is:
Found 5157 paths through the cave system
Found 144309 paths through the cave system
```
### Day thirteen
```sh
$ ./aoc2021 --thirteen
The solution for "thirteen" is:
There are 837 dots after 1 fold
#### ### #### ## # # ## # # # #
# # # # # # # # # # # # # #
### # # # # ## # #### # #
# ### # # ## # # # # # # #
# # # # # # # # # # # # #
#### # #### ### # # ## # # ##
This is the activation code
```