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

            int result = solution.GetMaximumSeatID();

            Assert.AreEqual(816, result);
        }