day14, part2

This commit is contained in:
efim 2023-12-14 11:57:31 +00:00
parent 149b753d22
commit b5cb827be2
1 changed files with 1 additions and 1 deletions

View File

@ -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())