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

Function main

896-monotonic-array.rs:12–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10}
11
12fn main() {
13 let nums = vec![1,2,2,3];
14 println!("{:?}", is_monotonic(nums));
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected