Day 24 part 1

I think I understand part 2, I just...ugh. It seems like it's going to be a beating of rote map implementation.
This commit is contained in:
2022-06-26 10:24:54 -05:00
parent 36615d7f06
commit 4c58e5c51c
5 changed files with 144 additions and 0 deletions

View File

@ -57,6 +57,7 @@ var dayMap = []day{
&days.Day21{},
&days.Day22{},
&days.Day23{},
&days.Day24{},
}
func main() {