Commit Graph

14 Commits

Author SHA1 Message Date
5fae7c0366 2018 day 20 wip 2024-09-01 15:39:21 -04:00
2647ccd353 Solve 2018 day 19 finally 2024-09-01 11:11:31 -04:00
d2417a9377 Day 19 2018 wip 2024-07-28 19:04:25 -04:00
9f616a5b81 Solve 2018 day 18 2024-07-21 16:16:14 -04:00
b88326a7d1 Solve 2018 day 17 2024-07-14 15:28:50 -04:00
ab2e6f4ddb Solve 2018 day 16 and add function to download input 2024-07-14 10:05:18 -04:00
db82589857 Solve 2018 day 15 2024-07-13 15:23:09 -04:00
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