Commit Graph

3 Commits

Author SHA1 Message Date
da1c37ffa7 Solve day 7 and 8 of 2018. 2024-07-07 20:25:04 -04:00
9df26ebe71 Solve 2018 day 5 and 6. Nice. 2024-07-07 19:20:20 -04:00
3a915cb9e3 Start solving 2018 problems
I have also updated get.py to download the problems as
`d<day>.txt` instead of `i<day>.txt`. That allows me
to get the day input via `__input__.replace('.py', '.txt')`
which is a little more concise. I don't know why
I didn't do this earlier.
2024-07-04 11:10:27 -04:00