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

Function main

1544-make-the-string-great.rs:22–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22fn main() {
23 println!("{:?}", make_good("leEeetcode".to_string()));
24 println!("{:?}", make_good("abBAcC".to_string()));
25 println!("{:?}", make_good("A".to_string()));
26 println!("{:?}", make_good("Aa".to_string()));
27 println!("{:?}", make_good("asLwGWlSAQq".to_string()));
28 println!("{:?}", make_good("XxDFOBKRrkbofdXxeEijJIcCsBikPgfxXFGpKIbSemGivrqqQQRVIgMEPBWpPwbpSCWqWQqwQwcsQqasLwGWlSAQq".to_string()));
29 // println!("{:?}", ('b' as i32 -'B' as i32).abs()); // 32
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected