RuleResultRange.cs 83 B

123
  1. namespace Day19;
  2. public record RuleResultRange(PartRange Part, string? Next);