()
| 12 | } |
| 13 | |
| 14 | fn main() { |
| 15 | let words: Vec<String> = vec!["leetcoder","leetcode","od","hamlet","am"] |
| 16 | .iter().map(|e|e.to_string()).collect(); |
| 17 | println!("{:?}", string_matching(words)); |
| 18 | } |
nothing calls this directly
no outgoing calls
no test coverage detected