示例#1
0
 public void Part1()
 {
     Day04.Part1().Should().NotBe(80);
     Day04.Part1().Should().NotBe(169);
     Day04.Part1().Should().Be(170);
 }
示例#2
0
 public void Part2()
 {
     Day04.Part2().Should().NotBe(170);
     Day04.Part2().Should().Be(103);
 }