diff --git a/src/main.rs b/src/main.rs index 46f8be4..26e1a56 100644 --- a/src/main.rs +++ b/src/main.rs @@ -35,7 +35,7 @@ fn main() -> Result<()> { empty_rows.sort(); let mut expanded_galaxies = HashSet::new(); - let expansion = 2; + let expansion = 1_000_000; for (x, y) in galaxies.into_iter() { let Err(col) = empty_columns.binary_search(&x) else { bail!("x={x} found in empty columns");