/AdventOfCode

Contains my solutions for the Advent of Code programming challenges

Primary LanguagePython

AdventOfCode

Contains my solutions for the Advent of Code programming challenges.

How does it work?

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.