This directory contains my solutions to advent of code 2022. Each day has its own subdirectory.
My solutions are based on python 3.10. I use conda as my virtual environment managment tool. You can re-create my environment with the following command (in this directory):
conda env create -f environment.yml