An open API service indexing awesome lists of open source software.

https://github.com/paudirac/advent2021

Advent of Code 2021
https://github.com/paudirac/advent2021

adventofcode2021 python

Last synced: 9 months ago
JSON representation

Advent of Code 2021

Awesome Lists containing this project

README

          

# advent2021

First add dependencies ([pytest](https://docs.pytest.org/en/6.2.x/), mostly):

``` sh
$ python -m venv venv
$ source venv/bin/activate
$ python -m pip install -r src/requirements.txt
```

To run the tests

``` sh
(venv) $ pytest
```

Publishing this now that it has no spoilers