Skip to content

Commit

Permalink
day 14 transpose: remove unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
anisse committed Dec 16, 2023
1 parent fe14526 commit 37a4582
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/bin/day14-transpose.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,4 @@ fn test() {
//part 2
let res = part2(things);
assert_eq!(res, 64);
let things = parse(input!());
//part 1
let res = part1(things.clone());
assert_eq!(res, 113486);
//part 2
let res = part2(things);
assert_eq!(res, 104409);
}

0 comments on commit 37a4582

Please sign in to comment.