public void TestMethod1() { string input = @"0 2 7 0"; int solution = PuzzleSolver.Solve62(input); Assert.AreEqual(solution, 4); }