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

Function main

2129-capitalize-the-title.rs:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16fn main() {
17 let title = "capiTalIze OF titLe".to_string();
18 println!("{:?}", capitalize_title(title));
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected