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

Function main

539-minimum-time-difference.rs:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17fn main() {
18 println!("{:?}", find_min_difference(vec!["00:00".to_string(),"23:59".to_string(),"00:00".to_string()]));
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected