Esempio n. 1
0
        public void GetDay23Part01AnswerTest()
        {
            string expected = "97245386";
            string actual   = Day23.GetDay23Part01Answer();

            Assert.Equal(expected, actual);
        }