Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 843 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 843 Bytes

Advent of Code

Python Package

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

This project contains all of my attempts at finishing the Advent of Code calendar each year.

Quickstart

Create a virtual environment:

python3 -m venv .venv
source .venv/bin/activate

Install dependencies:

python3 -m pip install -U pip setuptools
python3 -m pip install -e '.[test]'

Check all answers for 2022:

pytest --cov=. -k 2022

License

Licensed under the MIT license.