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

Function main

830-positions-of-large-groups.rs:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27fn main() {
28 let s = "abcdddeeeeaabbbcd".to_string();
29 println!("{:?}", large_group_positions(s));
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected