Ejemplo n.º 1
0
        public void TryProgramUntilReachBottomAndReturnAccumulator()
        {
            string filePath = @"Eight\DayEightTestInputA.txt";
            var    sut      = new DayEight();
            var    result   = sut.TryProgramUntilReachBottomAndReturnAccumulator(filePath);

            Assert.Equal(8, result);
        }