MCPcopy Create free account
hub / github.com/StudyRust/leetcode_rust / main

Function main

704-binary-search.rs:19–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19fn main() {
20 let nums = vec![-1,0,3,5,9,12];
21 let target = 9;
22 println!("{:?}", search(nums, target));
23}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected