Beispiel #1
0
        public void Part2()
        {
            var answer = Day14.Part2();

            answer.Should().NotBe(-2);
            answer.Should().Be(2422444761283L);
        }
Beispiel #2
0
        public void Part2_Example()
        {
            var answer = Day14.Part2(true);

            answer.Should().Be(2188189693529);
        }