From b5cb827be2de74df4260f2e2ef38f49a5e39e654 Mon Sep 17 00:00:00 2001 From: efim Date: Thu, 14 Dec 2023 11:57:31 +0000 Subject: [PATCH] day14, part2 --- day14/dayFourteen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day14/dayFourteen.go b/day14/dayFourteen.go index 3b50663..cd74b54 100644 --- a/day14/dayFourteen.go +++ b/day14/dayFourteen.go @@ -10,7 +10,7 @@ import ( func Run() int { fmt.Println("hello day 14") - field := ReadPlatform("day14/example") + field := ReadPlatform("day14/input") fmt.Println(field.String()) // fmt.Printf("> lines for field %+v\n", field.UpIndices())