finish vectors

This commit is contained in:
2026-01-13 06:50:55 +00:00
parent 7d1d94fbc5
commit 8095e5d271
6 changed files with 173 additions and 105 deletions

View File

@@ -56,6 +56,7 @@ fn main() {
print_result(&result);
}
fn compare(r1: &Rectangle, r2: &Rectangle, r3: &Rectangle) -> [bool; 6] {
let mut result: [bool; 6] = [false; 6];