Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
1534-count-operations-to-obtain-zero.rs:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
fn main() {
22
println!(
"{:?}"
, count_operations(0, 1));
23
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected