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.

Verify 2017 problems in CI

+1 -1
+1 -1
.travis.yml
··· 1 1 language: python 2 2 python: "2.7" 3 - script: ./advent.py 2016 3 + script: ./advent.py 2017