package day08
import (
"log"
)
func Solve1() {
log.Printf("2020-12-08.01: Answer: %d\n", runProgram(rows, true))
}