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

Function main

2032-two-out-of-three.rs:26–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26fn main() {
27 let nums1 = vec![1,1,3,2];
28 let nums2 = vec![2,3];
29 let nums3 = vec![3];
30 println!("{:?}", two_out_of_three(nums1, nums2, nums3));
31}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected