()
| 43 | } |
| 44 | |
| 45 | fn 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected