day10, part1

This commit is contained in:
efim
2023-12-10 12:07:32 +00:00
parent 1626bd0be9
commit 76be5c45c3
2 changed files with 141 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ import (
func Run() int {
fmt.Println("hello day 10")
// filename := "day10/example2noisy"
filename := "day10/example1"
filename := "day10/input"
fieldMap := Read(filename)
fmt.Println(fieldMap.String())
fmt.Printf("%+v\n", fieldMap.Cells)