Day 16 (cleanup)
This commit is contained in:
@@ -7,7 +7,6 @@ lines = (x.strip() for x in open("input.txt"))
|
||||
REGEX_RANGES = re.compile(r"^([a-z ]+): (\d+)-(\d+) or (\d+)-(\d+)$")
|
||||
REGEX_TICKET = re.compile(r"^(\d+,)*\d+$")
|
||||
read_step = 0
|
||||
mtype = '|S30,i4,i4,i4,i4'
|
||||
names = np.array([], dtype=str)
|
||||
groups = []
|
||||
tickets = []
|
||||
|
||||
@@ -7,7 +7,6 @@ lines = (x.strip() for x in open("input.txt"))
|
||||
REGEX_RANGES = re.compile(r"^([a-z ]+): (\d+)-(\d+) or (\d+)-(\d+)$")
|
||||
REGEX_TICKET = re.compile(r"^(\d+,)*\d+$")
|
||||
read_step = 0
|
||||
mtype = '|S30,i4,i4,i4,i4'
|
||||
names = np.array([], dtype=str)
|
||||
groups = []
|
||||
tickets = []
|
||||
|
||||
Reference in New Issue
Block a user