コード例 #1
0
ファイル: UnitTest61.cs プロジェクト: sowacx/AdventOfCode17
        public void TestMethod1()
        {
            string input    = @"0	2	7	0";
            int    solution = PuzzleSolver.Solve61(input);

            Assert.AreEqual(solution, 5);
        }