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

Function main

1903-largest-odd-number-in-string.rs:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8}
9
10fn main() {
11 let num = "4206".to_string();
12 println!("{:?}", largest_odd_number(num));
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected