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

Function main

541-reverse-string-ii.rs:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18fn main() {
19 let s = "abcd".to_string();
20 let k = 2;
21 println!("{:?}", reverse_str(s, k));
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected