Example #1
0
 public void Part1()
 {
     Day06.Part1().Should().NotBe(14959);
     Day06.Part1().Should().Be(6521);
 }
Example #2
0
 public void Part2()
 {
     Day06.Part2().Should().NotBe(5);
     Day06.Part2().Should().NotBe(182);
     Day06.Part2().Should().Be(3305);
 }