Contains my solutions for the Advent of Code programming challenges.
Run the Python scripts in the folder for each Day. The input for each day is available and can be modified in input.txt
.
NOTE: You will require the pyperclip
Python module (pip install pyperclip
) as it is used to copy the result to the clipboard in all my scripts.