Ejemplo n.º 1
0
        public void GetDay21Part1AnswerTest()
        {
            BigInteger expected = 19360724;
            BigInteger actual   = Day21.GetDay21Part1Answer();

            Assert.Equal(expected, actual);
        }