MCPcopy Create free account
hub / github.com/StudyRust/leetcode_rust / main

Function main

682-baseball-game.rs:20–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20fn main() {
21 let ops = vec!["5","-2","4","C","D","9","+","+"].iter().map(|e|e.to_string()).collect();
22 println!("{:?}", cal_points(ops));
23}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected