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

Function main

345-reverse-vowels-of-a-string.rs:20–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20fn main() {
21 println!("{:?}", reverse_vowels("leetcode".to_string()));
22 println!("{:?}", reverse_vowels("hello".to_string()));
23}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected