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

Function main

1189-maximum-number-of-balloons.rs:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18fn main() {
19 let text = "loonbalxballpoon".to_string();
20 println!("{:?}", max_number_of_balloons(text));
21}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected