diff options
-rw-r--r-- | 21.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,4 +1,3 @@ -from functools import cache from operator import add, sub, mul, truediv, eq from subprocess import run, PIPE from utils import open_day |
index : aoc2022 | ||
Solutions to Advent of Code 2022 Puzzles | Tomasz Kramkowski <tomasz@kramkow.ski> |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | 21.py | 1 |
@@ -1,4 +1,3 @@ -from functools import cache from operator import add, sub, mul, truediv, eq from subprocess import run, PIPE from utils import open_day |