示例#1
0
 public void OperationTest(string input, int expected)
 {
     Day18.Calc(input).Should().Be(expected);
 }