diff --git a/aoc2022/src/day_4.rs b/aoc2022/src/day_4.rs index 80595f1..56156fe 100644 --- a/aoc2022/src/day_4.rs +++ b/aoc2022/src/day_4.rs @@ -1,6 +1,3 @@ - - - #[derive(Debug)] struct Range(i32, i32);