Commit Graph

7 Commits

Author SHA1 Message Date
9346e3f4d0 Solve 2018 day 14 2024-07-13 12:09:54 -04:00
5e68e08807 Solve 2018 day 13 2024-07-13 11:24:58 -04:00
f04f8ed426 Solve 2018 day 12 2024-07-13 10:08:16 -04:00
26f523047e Solve day 9 till 11 and part 1 day 12 2018 2024-07-09 17:45:08 -04:00
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