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

Function main

811-subdomain-visit-count.rs:45–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45fn main() {
46 let cpdomains = vec!["900 google.mail.com", "50 yahoo.com", "1 intel.mail.com", "5 wiki.org"]
47 .iter().map(|e|e.to_string()).collect();
48 println!("{:?}", subdomain_visits(cpdomains));
49}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected