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

Function main

1408-string-matching-in-an-array.rs:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14fn 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected