Skip to content

Commit 26c0ea6

Browse files
committed
remove println
1 parent d7c2898 commit 26c0ea6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

2024/go/day05/main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package main
33
import (
44
"aoc-shared/pkg/sharedcode"
55
"aoc-shared/pkg/sharedstruct"
6-
"fmt"
76
"os"
87
"path/filepath"
98
"reflect"
@@ -109,8 +108,6 @@ func partTwo(contents []string) {
109108
}
110109
}
111110

112-
fmt.Println(invalidUpdates)
113-
114111
middleNumSum := 0
115112
for _, update := range invalidUpdates {
116113
update := bruteForceUntilValid(update, instructions)

0 commit comments

Comments
 (0)