Skip to content

Instantly share code, notes, and snippets.

View grovduck's full-sized avatar

Matt Gregory grovduck

  • Oregon State University
  • Corvallis, OR
View GitHub Profile
"""AoC 8, 2021"""
# Standard library imports
import pathlib
import sys
from itertools import permutations
def parse(puzzle_input):
"""Parse input"""