day23: started hardcode of part2, way too slow

This commit is contained in:
efim
2023-12-23 10:19:25 +00:00
parent 44de1377ca
commit 7ebb6dee2c
4 changed files with 101 additions and 2 deletions

View File

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