Exemple #1
0
        public void TestSolution2()
        {
            var solution = new Solutions.Day05();

            long result = solution.GetMissingSeat();

            Assert.AreEqual(539, result);
        }