day8, part1

This commit is contained in:
efim
2023-12-08 07:00:39 +00:00
parent f0c7f9815e
commit 414757f3ea
2 changed files with 765 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ import (
func Run() int {
fmt.Print("hello day 8")
filename := "day8/example1"
filename := "day8/input"
net, path := Read(filename)
fmt.Printf("got %+v and %+v\n",net, path)
result := TraverseNetwork(net, path)