My Advent of Code solutions in Python. kevinyap.ca/2019/12/going-fast-in-advent-of-code/
advent-of-code python
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove unncessary import in 2015/day24.py

-1
-1
2015/day24.py
··· 1 1 import fileinput 2 2 import itertools 3 - from tqdm import tqdm 4 3 5 4 PACKAGES = [] 6 5