day23: started hardcode of part2, way too slow
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
// length of longest scenic route
|
||||
func Run() int {
|
||||
fmt.Println("day 23")
|
||||
filename := "day23/example"
|
||||
filename := "day23/input"
|
||||
field := ReadField(filename)
|
||||
finalPaths := RunAllScenicPaths(field)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user