예제 #1
0
        public void TestShouldEqual13632()
        {
            string  line   = testCase5.Replace(" ", "");
            decimal answer = Day18.LineSolver(line, true);

            Assert.Equal(13632M, answer);
        }