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

Function main

561-array-partition-i.rs:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11}
12
13fn main() {
14 let nums = vec![1,4,3,2];
15 println!("{:?}", array_pair_sum(nums));
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected