Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
2293-min-max-game.rs:18–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
fn main() {
19
let nums = vec![1,3,5,2,4,8,2,2];
20
println!(
"{:?}"
, min_max_game(nums));
21
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected