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 343007481a
commit 8282e09a42
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() {