mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-06 01:15:57 +08:00
Update solution 0069
This commit is contained in:
@ -11,7 +11,6 @@ func mySqrt(x int) int {
|
||||
l = mid
|
||||
}
|
||||
}
|
||||
|
||||
return l
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user