/aoc_savior

A helper library for writing advent of code solutions in Python

Primary LanguagePythonMIT LicenseMIT

Advent of Code Savior

GitHub Workflow Status Codecov GitHub Code style: black

A helper library for writing advent of code solutions in Python.

Setup

You can install aoc_savior with pip

pip install aoc_savior

Usage

TODO