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

Function main

724-find-pivot-index.rs:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11fn main() {
12 let nums = vec![2,1,-1];
13 println!("{:?}", pivot_index(nums));
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected