stefsmeets / aoc2022

Advent of code 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Advent of code 2022


Languages

Language:Python 98.9%Language:JavaScript 1.1%