Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VanjaRo/LeetCode
/ main
Function
main
tasks/33.go:3–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
package
main
2
3
func
main() {
4
5
}
6
7
func
search(nums []int, target int) int {
8
if
nums[0] <= target {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected