()
| 35 | } |
| 36 | |
| 37 | fn main() { |
| 38 | let license_plate = "GrC8950".to_string(); |
| 39 | let words: Vec<String> = vec!["measure","other","every","base","according","level","meeting","none","marriage","rest"].iter().map(|e|e.to_string()).collect(); |
| 40 | println!("{:?}", shortest_completing_word(license_plate, words)); |
| 41 | } |
nothing calls this directly
no outgoing calls
no test coverage detected