Skip to content

Commit

Permalink
Day14 part 1 done
Browse files Browse the repository at this point in the history
  • Loading branch information
leibi committed Jan 5, 2024
1 parent cb0f7b6 commit acc09fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/java/net/leibi/adventofcode2023/day14/Day14Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,9 @@ void testPart1Small() {
assertThat(day14.part1(Input.SMALL)).isEqualTo(136);
}

@Test
void testPart1Big() {
assertThat(day14.part1(Input.BIG)).isEqualTo(103614L);
}

}

0 comments on commit acc09fc

Please sign in to comment.