Skip to content

The exercises from Advent of Code 2022 solved in Python.

License

Notifications You must be signed in to change notification settings

federico-paolillo/aoc2022

Repository files navigation

Advent of Code 2022 in Python

The exercises from Advent of Code 2022 solved in Python. Fun.

Continuous Integration codecov

Usage

Requires Python 3.11

There is one file for each day (day_01.py, day_02.py, etc...) with its corresponding unit test (test_day_01.py, test_day_02.py, etc...).

To run the project, execute its unit tests using python3 -m unittest from the repo root.

The project has no dependencies except for development tools like coverage.py and black.
I manage my virtual env with Pipenv, if you have Pipenv installed just run pipenv install from the repo root to get the tools.

Entries

Images

All the images in the docs/banners folders have been generated using DALL-E 2 by OpenAI.
The images in docs/banners are provided under Attribution 4.0 International (CC BY 4.0) License.

About

The exercises from Advent of Code 2022 solved in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages