Skip to content

Instantly share code, notes, and snippets.

@Lynckx
Lynckx / advent_of_code_2022_day_7.py
Last active December 10, 2022 14:13
Advent of Code 2022 Day 7
#!/usr/bin/env python3
import abc
from typing import Any, Dict, Iterator, List, Optional, Tuple
from pathlib import Path
file_name = "<your_input_file_name>"
input_file = Path.cwd() / file_name
if not input_file.exists():
raise FileNotFoundError(

Keybase proof

I hereby claim:

  • I am lynckx on github.
  • I am lynckx (https://keybase.io/lynckx) on keybase.
  • I have a public key ASBOmIZ7bg1zbjPfQUElDEI_7dv2AJbGTe2tpFcCBLRZ2go

To claim this, I am signing this object: