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

Function main

lcp-61-6CE719.rs:43–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42
43fn main() {
44 let temperature_a = vec![5,10,16,-6,15,11,3];
45 let temperature_b = vec![16,22,23,23,25,3,-16];
46 println!("{:?}", temperature_trend(temperature_a, temperature_b));
47}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected