Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
lcp-50-WHnhjV.rs:11–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
}
10
11
fn main() {
12
let gem = vec![3,1,2];
13
let operations = vec![vec![0,2],vec![2,1],vec![2,0]];
14
println!(
"{:?}"
, give_gem(gem, operations));
15
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected