public void Q2() { var root = new Day8(Inputs.Day8).ParseNodes(); Assert.Equal(24820, root.GetValue()); }
public void CanCalculateValue() { var root = new Day8(_exampleInput).ParseNodes(); Assert.Equal(66, root.GetValue()); }