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

Function main

1598-crawler-log-folder.rs:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15fn main() {
16 let logs: Vec<String> = ["d1/","d2/","../","d21/","./"].iter().map(|e|e.to_string()).collect();
17 println!("{:?}", min_operations(logs));
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected