Day 12 solution

Okay, I had to seek some advice on this one. The orbital period + least-common-multiple solution was not coming to me naturally.
This commit is contained in:
2022-06-23 10:08:33 -05:00
parent 4cdd9c645b
commit 2178a2618d
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() {