Ejemplo n.º 1
0
 public void Solve_Part2(string input, int expected) => Day18.Expression.Parse(Day18.ParenthesisHack(input)).Solve().Should().Be(expected);