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

Function main

748-shortest-completing-word.rs:37–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37fn 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected