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

Function main

1980-find-unique-binary-string.rs:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25fn main() {
26 println!("{:?}", find_different_binary_string(vec!["01".to_string(),"10".to_string()]));
27 println!("{:?}", find_different_binary_string(vec!["00".to_string(),"01".to_string()]));
28 println!("{:?}", find_different_binary_string(vec!["111".to_string(),"011".to_string(),"001".to_string()]));
29}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected