Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fabienheureux/calendrier-de-l-avent-2021
- Owner: fabienheureux
- Created: 2021-12-01T11:33:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-08T20:11:56.000Z (about 3 years ago)
- Last Synced: 2024-11-06T09:21:00.547Z (2 months ago)
- Language: Python
- Size: 1.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```