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

Function main

492-construct-the-rectangle.rs:28–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28fn main() {
29 // println!("{:?}", Solution::construct_rectangle(4));
30 // println!("{:?}", Solution::construct_rectangle(37));
31 println!("{:?}", Solution::construct_rectangle(9999998));
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected