Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 354 Bytes

File metadata and controls

10 lines (7 loc) · 354 Bytes

Advent of Code 2022

This directory contains my solutions to advent of code 2022. Each day has its own subdirectory.

Setup

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