Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
1652-defuse-the-bomb.rs:28–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
fn main() {
29
println!(
"{:?}"
, decrypt(vec![5, 7, 1, 4], 3));
30
println!(
"{:?}"
, decrypt(vec![2, 4, 9, 3], -2));
31
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected