From e24b22d58ae164f00716a1340ea7b8fac22fb3c6 Mon Sep 17 00:00:00 2001 From: Stefan Harmuth Date: Sat, 25 Dec 2021 06:59:36 +0100 Subject: [PATCH] some reminders for next year --- !NOTES_FOR_NEXT_YEAR | 4 ++++ notes | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 !NOTES_FOR_NEXT_YEAR delete mode 100644 notes diff --git a/!NOTES_FOR_NEXT_YEAR b/!NOTES_FOR_NEXT_YEAR new file mode 100644 index 0000000..fbc34dc --- /dev/null +++ b/!NOTES_FOR_NEXT_YEAR @@ -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 diff --git a/notes b/notes deleted file mode 100644 index b633ac4..0000000 --- a/notes +++ /dev/null @@ -1,2 +0,0 @@ -12521 -