day14, part2
This commit is contained in:
parent
149b753d22
commit
b5cb827be2
|
@ -10,7 +10,7 @@ import (
|
||||||
func Run() int {
|
func Run() int {
|
||||||
fmt.Println("hello day 14")
|
fmt.Println("hello day 14")
|
||||||
|
|
||||||
field := ReadPlatform("day14/example")
|
field := ReadPlatform("day14/input")
|
||||||
fmt.Println(field.String())
|
fmt.Println(field.String())
|
||||||
|
|
||||||
// fmt.Printf("> lines for field %+v\n", field.UpIndices())
|
// fmt.Printf("> lines for field %+v\n", field.UpIndices())
|
||||||
|
|
Loading…
Reference in New Issue