예제 #1
0
 public void OperationPrecedenceTest(string input, int expected)
 {
     Day18.CalcPrecedence(input).Should().Be(expected);
 }