A Python module to fetch and save Advent of Code tasks and test data. It also contains my personal solutions or lack thereof, for each day. Enjoy!
-
Clone the repository:
git clone https://github.com/Hannnst/Advent_of_Code.git cd Advent_of_Code -
Run setup file:
pip install . -
Run the module:
python fetchAdvent.py [optional year]