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

Function main

228-summary-ranges.rs:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30fn main() {
31 let nums = vec![];
32 println!("{:?}", summary_ranges(nums));
33}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected