Example #1
0
        public void TestMethod1()
        {
            string input    = @"0	2	7	0";
            int    solution = PuzzleSolver.Solve61(input);

            Assert.AreEqual(solution, 5);
        }