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

Function main

844-backspace-string-compare.rs:17–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17fn main() {
18 let s = "ab##".to_string();
19 let t = "c#d#".to_string();
20 println!("{:?}", backspace_compare(s, t));
21}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected