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

Function main

859-buddy-strings.rs:46–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46fn main() {
47 let s = "abab".to_string();
48 let goal = "abab".to_string();
49 println!("{:?}", buddy_strings(s, goal));
50}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected