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

Function main

796-rotate-string.rs:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected