Skip to content

Commit 58976a8

Browse files
committed
minor 2024_02
1 parent 9445c38 commit 58976a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bin/2024_02/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ fn solve<const PART: usize>(input: &str) -> usize {
3333

3434
fn main() {
3535
let input = common::get_input();
36-
//println!("{input:?}");
3736
common::timed(&input, solve::<1>, true);
3837
common::timed(&input, solve::<2>, false);
3938
}

0 commit comments

Comments
 (0)