My Advent Of Code Solutions for 2023
- input includes the input for each day, called 'day.txt' //removed for copyright reasons
- plots includes all plots created by the code
- code includes:
The Code for both parts of each day in the same file, called 'day.py'
A file containing helper functions that might be useful for multiple days 'helperfunc.py'
A template file to use for future code files
The code-files take up to two parameters: which part you want to execute and (optional) which input file you want to use.
The default value of the input file is the equivalent 'day.txt' file in 'input/'.
python day<X>.py <1|2> [<input>.txt]