コード例 #1
0
 public void TestSeatNumber(string code, int expected)
 {
     Day05.GetSeatNumber(code).Should().Be(expected);
 }