Skip to content

jswarburton/advent-of-code-2021

Repository files navigation

Advent of Code 2021

Python 3.9

Python solutions for Advent of Code 2021 🎄🎅

For descriptions of the puzzles see the website.

Progress

Day Stars
1 ⭐ ⭐
2 ⭐ ⭐
3 ⭐ ⭐
4 ⭐ ⭐
5 ⭐ ⭐
6 ⭐ ⭐
7 ⭐ ⭐
8 ⭐ ⭐
9 ⭐ ⭐
10 ⭐ ⭐
11 ⭐ ⭐
12 ⭐ ⭐
13 ⭐ ⭐
14 ⭐ ⭐
15 ⭐ ⭐
16 ⭐ ⭐
17 ⭐ ⭐
18
19
20
21
22
23
24
25

Setting up local dev environment

conda create -n python3.9 python=3.9
conda activate python3.9
pip install -r test-requirements.txt

Running tests and checking formatting

Tests and formatting checks can be run locally in the activated conda environment:

tox

About

Advent of Code Solutions for 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors