Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hsaikia committed Dec 18, 2024
1 parent 653e4e7 commit a75731a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/2024_18/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fn main() {
let input = common::get_input();
//println!("{input:?}");
common::timed(&input, solve::<1, 71, 1024>, true);
common::timed(&input, solve::<2, 71, 0>, false);
common::timed(&input, solve::<2, 71, 1024>, false);
}

#[cfg(test)]
Expand Down

0 comments on commit a75731a

Please sign in to comment.