Skip to content

Commit

Permalink
day 22: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
anisse committed Dec 22, 2023
1 parent 8e11091 commit 6f290a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/day22.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ impl Brick {
}
#[test]
fn test_overlap() {
// mod does not overlap after 2 spaces
let b1 = Brick {
start: [0, 1, 3],
end: [2, 1, 3],
Expand Down

0 comments on commit 6f290a6

Please sign in to comment.