There's room to optimize part 2, but I wanted to commit my original brute-force solution first.
@ -26,6 +26,7 @@ const (
var dayMap = map[int]day{
1: &days.Day01{},
2: &days.Day02{},
}
func main() {
The note is not visible to the blocked user.