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

Function main

1529-minimum-suffix-flips.rs:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14fn main() {
15 let target = "10111".to_string();
16 println!("{:?}", min_flips(target));
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected