We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9445c38 commit 58976a8Copy full SHA for 58976a8
src/bin/2024_02/main.rs
@@ -33,7 +33,6 @@ fn solve<const PART: usize>(input: &str) -> usize {
33
34
fn main() {
35
let input = common::get_input();
36
- //println!("{input:?}");
37
common::timed(&input, solve::<1>, true);
38
common::timed(&input, solve::<2>, false);
39
}
0 commit comments