package day03
import "log"
func Solve1() {
trees := checkSlope(rows, 1, 3)
log.Println("2020-12-03.01: Answer:", trees)
}