Beispiel #1
0
 public void GetCountAfterGenerationsTest()
 {
     Day24.GetCountAfterGenerations(new Field(TestInput), 10).Should().Be(99);
 }