Day 22 solution

Part 1 was very straightforward. I believe there are ways to calculate this answer without the complicated maths from part 2 and without actually applying each of the instructions, but I'm not concerned with finding it.

Part 2 was a big "nope" from me. I went out and found this answer and I don't understand it. I'm okay with that.
This commit is contained in:
2022-07-19 13:29:19 -05:00
parent e5dd6a6ca3
commit 4175778d52
7 changed files with 275 additions and 0 deletions

View File

@ -55,6 +55,7 @@ var dayMap = []day{
&days.Day19{},
&days.Day20{},
&days.Day21{},
&days.Day22{},
}
func main() {