Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabienheureux/calendrier-de-l-avent-2021


https://github.com/fabienheureux/calendrier-de-l-avent-2021

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of code 2021

![papa noel](https://raw.githubusercontent.com/fabienheureux/calendrier-de-l-avent-2021/main/.github/giphy.gif)

https://adventofcode.com/

## Test a day
```bash
cd day_X
```

Then

```bash
python main.py
```

## Install dependencies
No external dependencies are required to run this code, they only live here in order to format my code. However, you can install them using [Poetry](https://python-poetry.org/docs/)

```bash
poetry install
poetry shell
```