/aoc2022

Advent of code 2022

Primary LanguagePython

Advent of Code 2022

Setup

conda create -n aoc python=3.11 -c conda-forge
pip install -r requirements.txt

New day

cp day00 day0x -Recurse