()
| 20 | } |
| 21 | |
| 22 | fn 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected