Example #1
0
 public void Part1()
 {
     Day03.Part1().Should().NotBe(80);
     Day03.Part1().Should().Be(153);
 }
Example #2
0
 public void Part2()
 {
     Day03.Part2().Should().Be(2421944712);
 }