예제 #1
0
 public void Part1()
 {
     Day09.Part1().Should().Be(3013554615);
 }
예제 #2
0
 public void Part2()
 {
     Day09.Part2().Should().Be(50158);
 }