From a7e06e7a6eb602d9e6fff82461f03bde11c7e0f9 Mon Sep 17 00:00:00 2001 From: efim Date: Sun, 17 Dec 2023 13:29:22 +0000 Subject: [PATCH] day17, part 1 wow. --- day17/clumsyCrucible.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day17/clumsyCrucible.go b/day17/clumsyCrucible.go index db6c49c..1f115db 100644 --- a/day17/clumsyCrucible.go +++ b/day17/clumsyCrucible.go @@ -11,7 +11,7 @@ import ( func Run() int { fmt.Println("hello from day 17") - filename := "day17/example" + filename := "day17/input" field := NewField(filename) log.Printf("%+v\n", field)