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

Function main

1768-merge-strings-alternately.rs:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42fn main() {
43 println!("{:?}", merge_alternately("abcd".to_string(), "m".to_string()));
44}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected