Skip to content

Commit e17a7fd

Browse files
committed
2023.24 output issue
1 parent 2fed1e4 commit e17a7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2023/24-hail/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func main() {
116116
}
117117

118118
// Point already exists
119-
key := fmt.Sprintf("%d,%d", point.X, point.Y)
119+
key := fmt.Sprintf("%v,%v", point.X, point.Y)
120120
if slices.Contains(history, key) {
121121
continue
122122
}

0 commit comments

Comments
 (0)