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

Function main

1763-longest-nice-substring.rs:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21fn main() {
22 let s = "YazaAay".to_string();
23 println!("{:?}", longest_nice_substring(s));
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected