コード例 #1
0
        public void testWithActualPartB()
        {
            var sot    = new DayNineteen();
            var result = sot.AcrossGetPositionWithAllTheGifts(DayNineteen.PUZZLE_INPUT);

            Assert.Equal(1417887, result);
        }
コード例 #2
0
        public void testAcrossGetPositionWithAllTheGifts()
        {
            var sot    = new DayNineteen();
            var result = sot.AcrossGetPositionWithAllTheGifts(5);

            Assert.Equal(2, result);
        }