Skip to content

Commit fa8e410

Browse files
authored
Rename go/Blind 75/arrayAndHashing/15-3Sum.go to go/15-3Sum.go
1 parent e159603 commit fa8e410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/Blind 75/arrayAndHashing/15-3Sum.go renamed to go/15-3Sum.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ func threeSum(nums []int) [][]int {
3636
}
3737
}
3838
return result
39-
}
39+
}

0 commit comments

Comments
 (0)