Day 14 solution

This commit is contained in:
2021-12-14 15:41:16 +00:00
parent 000e241684
commit 6b21ea4aff
7 changed files with 374 additions and 0 deletions

View File

@@ -144,3 +144,12 @@ There are 837 dots after 1 fold
#### # #### ### # # ## # # ##
This is the activation code
```
### Day fourteen
```sh
$ ./aoc2021 --fourteen
The solution for "fourteen" is:
The result of subtracting the least from most common element quantities is 2988
The result of subtracting the least from most common element quantities is 3572761917024
```