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-16 08:24:56 -05:00
parent d129e52c70
commit b321fb87ec
4 changed files with 105 additions and 0 deletions

View File

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