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.
This commit is contained in:
2024-07-04 11:10:11 -04:00
parent dcfae2cb13
commit 3a915cb9e3
7 changed files with 204 additions and 1 deletions

1
2018/lib.py Symbolic link
View File

@@ -0,0 +1 @@
../lib.py