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

+1
+1
2023/starter.py
··· 18 18 # day .lines .nlines(negs=True) .pars .npars(negs=True) .board .pboard .tboard 19 19 20 20 tot = 0 21 + ans = '' 21 22 res = [] 22 23 23 24 day = advent.Day(year=2023, day=0)