Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.63 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.63 KB

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.