Piotr Czajkowski hace 1 año
padre
commit
52481cf0f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      21/code.go

+ 1 - 1
21/code.go

@@ -123,5 +123,5 @@ func main() {
 	}
 
 	start, board := readInput(file)
-	fmt.Println("Part1:", calculate(board, start, 6))
+	fmt.Println("Part1:", calculate(board, start, 64))
 }