Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
693-binary-number-with-alternating-bits.rs:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
fn main() {
19
println!(
"{:?}"
, has_alternating_bits(7));
20
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected