day18, example
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -140,7 +140,7 @@ func (p *PathSegmentEnd) NextDirections2() (next []Direction) {
|
||||
next = append(next, p.lastDirection)
|
||||
}
|
||||
|
||||
log.Printf("getting directions from %+v they are %+v", p, next)
|
||||
// log.Printf("getting directions from %+v they are %+v", p, next)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user