Beispiel #1
0
 public void Part1()
 {
     Day13.Part1().Should().Be(298);
 }
Beispiel #2
0
 public void Part2()
 {
     Day13.Part2().Should().Be(13956);
 }