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

Function main

1200-minimum-absolute-difference.rs:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16fn main() {
17 let arr = vec![3, 8, -10, 23, 19, -4, -14, 27];
18 println!("{:?}", minimum_abs_difference(arr));
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected