Day 8 solution

I had fun with this one. I liked how straightforward it was, and it's always satisfying to see the code print a message visually when you're done.
This commit is contained in:
2022-06-10 10:32:59 -05:00
parent 1784ab77c8
commit 2d6150e318
4 changed files with 103 additions and 0 deletions

View File

@ -38,6 +38,7 @@ var dayMap = []day{
&days.Day05{},
&days.Day06{},
&days.Day07{},
&days.Day08{},
}
func main() {