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

https://github.com/razerm/advent-of-code-2017


https://github.com/razerm/advent-of-code-2017

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

I recommend using PyPy3.5 to run these solutions. For CPython, 3.6 is required.

```bash
cd ./aoc_py
pypy3 -m pip install requirements.txt
```