Day 12 solution

Okay, I had to seek help on this one. The orbital period + least-common-multiple solution was not coming to me.
This commit is contained in:
2022-06-10 21:59:06 -05:00
parent 20a7e892ab
commit b29ea5d936
7 changed files with 226 additions and 0 deletions

View File

@ -42,6 +42,7 @@ var dayMap = []day{
&days.Day09{},
&days.Day10{},
&days.Day11{},
&days.Day12{},
}
func main() {