()
| 22 | } |
| 23 | |
| 24 | fn main() { |
| 25 | println!("{:?}", detect_capital_use("USA".to_string())); |
| 26 | println!("{:?}", detect_capital_use("leetcode".to_string())); |
| 27 | println!("{:?}", detect_capital_use("Google".to_string())); |
| 28 | println!("{:?}", detect_capital_use("FlaG".to_string())); |
| 29 | println!("{:?}", detect_capital_use("ffffffffffffffffffffF".to_string())); |
| 30 | } |
nothing calls this directly
no outgoing calls
no test coverage detected