Skip to content

Commit

Permalink
24ignoresow
Browse files Browse the repository at this point in the history
  • Loading branch information
vintitres committed Sep 15, 2023
1 parent ab5f745 commit 714eb54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/day24.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ mod tests {
assert_eq!(part1(input()), 225);
}

#[ignore = "slow"]
#[test]
fn test_part2() {
assert_eq!(part2(input()), 711);
Expand Down

0 comments on commit 714eb54

Please sign in to comment.