Skip to content

Commit 9944bb1

Browse files
authored
No fmt
1 parent 96edf12 commit 9944bb1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

2023/day25-go/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package main
22

33
import (
44
"bufio"
5-
"fmt"
65
"io"
76
"math"
87

@@ -30,7 +29,6 @@ func fs1(input io.Reader) int {
3029
i := 0
3130
for node := range set {
3231
i++
33-
fmt.Println(i, len(set))
3432
visited := make(map[string]int)
3533
dfs(graph, node, visited, 0)
3634
best := 0

0 commit comments

Comments
 (0)