Advent of Code is a yearly programming advent calendar that has daily challeges through the advent season.
This solution is a package. Insatallation instructions:
- Clone repository to computer
cd
into advent-of-code-22- run
pip install adventOfCode22
This allows for the import of the solution functions.
Solutions can be found by running the day files:
python advenOfCode/day1.py