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 day08.py

-1
-1
2016/day08.py
··· 1 1 # -*- coding: utf-8 -*- 2 - import re 3 2 import sys 4 3 import time 5 4 import fileinput