Skip to content

Commit 030f57f

Browse files
committed
Quad size 20
1 parent 0d7ea61 commit 030f57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/day20.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ struct Line {
147147
line_offset: u8,
148148
}
149149

150-
const QUAD_SIZE: usize = 4;
150+
const QUAD_SIZE: usize = 20;
151151
const QUADS_SIZE: usize = SIZE.div_ceil(QUAD_SIZE);
152152
const QUADS_NEEDED: usize = 20usize.div_ceil(QUAD_SIZE);
153153

0 commit comments

Comments
 (0)