My implementations for the exercises provided by https://adventofcode.com/
- Create virtual environment with
virtualenv -p python3 .venv
- Activate the virtual environment with
source .venv/bin/activate
- Install the dependencies with
pip install -r requirements.txt
- Run the scripts from CLI, e.g.
python 2022/day_01/solution_1.py --input 2022/day_01/input.txt --question 2