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

Function main

1800-maximum-ascending-subarray-sum.rs:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20fn main() {
21 println!("{:?}", max_ascending_sum(vec![10,20,30,5,10,50]));
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected