Solutions to the advent of code 2021 written in python
This is a collection of solutions to the advent of code 2021 problems. The solutions are written in python.
Advent of code is a series of programming challenges that are released daily on adventofcode.com.
- Python 3.7 or later
- clone the repository:
git clone https://github.com/alexandrehassan/AdventOfCode2021.git
- Run the tests:
cd AdventOfCode2021 && python Code/AOC.py