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 2017/utils.py

+1 -1
+1 -1
2017/utils.py
··· 146 146 Point(0, -1), # S 147 147 Point(-1, -1), # SW 148 148 Point(-1, 0), # W 149 - Point(-1, 0), # NW 149 + Point(-1, 1), # NW 150 150 ]