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.

Update day01.py

-1
-1
2016/day01.py
··· 1 1 import fileinput 2 - import sys 3 2 4 3 DIRS = [ 5 4 (1, 0), # north