Part 1 and first pass at Part 2

This commit is contained in:
2021-12-15 20:20:15 +00:00
parent 6b21ea4aff
commit b0e761fb7a
7 changed files with 407 additions and 0 deletions

View File

@@ -153,3 +153,13 @@ 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
```
### Day fifteen
```sh
$ ./aoc2021 --fifteen
The solution for "fifteen" is:
fifteen part 1 answer for path
fifteen part 2 answer for path
```