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

Function main

389-find-the-difference.rs:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16fn main() {
17 let s = "abcd".to_string();
18 let t = "abcde".to_string();
19 println!("{:?}", find_the_difference(s, t));
20}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected