some reminders for next year

This commit is contained in:
Stefan Harmuth 2021-12-25 06:59:36 +01:00
parent d4715de60c
commit e24b22d58a
2 changed files with 4 additions and 2 deletions

4
!NOTES_FOR_NEXT_YEAR Normal file
View File

@ -0,0 +1,4 @@
- add run() method to AOCDay, so every day can run on it's own -> enable Alt+Shit+F10 and avoid confusion
-> after wards add a "if __name__ == '__main__': day = Day(); day.run()" to the skeleton
- add download_input() and submit_solution() to AOCDay, this can be automated, so let it ...
- add some sort of "start_day.py", as the manual copy/create is tedious

2
notes
View File

@ -1,2 +0,0 @@
12521