Example #1
0
        public void TestMethod2()
        {
            string input    = @"0
0
0
0
0";
            int    solution = PuzzleSolver.Solve52(input);

            Assert.AreEqual(solution, 10);
        }