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

https://github.com/theskumar/aoc-2022

Daily Solutions for Advent of Code 2022
https://github.com/theskumar/aoc-2022

Last synced: about 1 year ago
JSON representation

Daily Solutions for Advent of Code 2022

Awesome Lists containing this project

README

          

# AOC 2022

Coded in python 3.10+

Quick start:

```
python -m venv venv
source venv/bin/activate
```

```
pip install jupyterlab
jupyter lab
```