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

Function main

520-detect-capital.rs:24–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24fn 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected