Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
696-count-binary-substrings.rs:33–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
fn main() {
34
let s =
"00110011"
.to_string();
35
println!(
"{:?}"
, count_binary_substrings(s));
36
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected