示例#1
0
 public void Part1()
 {
     Day01.Part1().Should().Be(138);
 }
示例#2
0
 public void Part2()
 {
     Day01.Part2().Should().Be(1771);
 }