Day 3 solution

This is horrendous and slow. But it works. I really don't like grid problems.
This commit is contained in:
2022-06-08 08:23:07 -05:00
parent 2a8384949f
commit 8ec5aafcc2
6 changed files with 168 additions and 0 deletions

View File

@ -27,6 +27,7 @@ const (
var dayMap = []day{
&days.Day01{},
&days.Day02{},
&days.Day03{},
}
func main() {