コード例 #1
0
ファイル: Day5Test.cs プロジェクト: therealjawss/aoc2020
        public void TestColumns()
        {
            var day    = new Day05();
            var result = day.FindId("FBFBBFFRLR");

            result.Should().Be(357);
        }