Ejemplo n.º 1
0
 public void Part1()
 {
     Day02.Part1().Should().NotBe(907);
     Day02.Part1().Should().NotBe(809);
     Day02.Part1().Should().NotBe(316);
     Day02.Part1().Should().Be(447);
 }
Ejemplo n.º 2
0
 public void Part2()
 {
     Day02.Part2().Should().NotBe(143);
     Day02.Part2().Should().Be(249);
 }