Skip to content

My solutions to the Advent of Code calendar using Python πŸπŸŽ„

License

Notifications You must be signed in to change notification settings

rudisimo/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

34 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

About

My solutions to the Advent of Code calendar using Python πŸπŸŽ„

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages