Day 6 solution

Took me a while to come to the fast solution, but I got there.
This commit is contained in:
2021-12-05 23:55:15 -06:00
parent b8848ab334
commit 2cc95c6e8e
4 changed files with 86 additions and 0 deletions

View File

@ -1,3 +1,4 @@
aoc2021.Day02.Go();
aoc2021.Day03.Go();
aoc2021.Day05.Go();
aoc2021.Day06.Go();