Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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