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

Function main

2094-finding-3-digit-even-numbers.rs:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60fn main() {
61 println!("{:?}", find_even_numbers(vec![0,7,0,7,3,3,9,0,7,0,6,9,8,3,1,3,8,0,9,6,0,3,2,4,5,9,0,4,7,6,7,2,7,0,3,7,3,0,3,7,8,2,6,4,7,4,8,5,5,6,7,6,6,1,3,0,1,6,0,9,2,0,8,7,9,4,0,6,4,0]));
62}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected