https://github.com/alextraveylan/advent_of_code_2023
https://github.com/alextraveylan/advent_of_code_2023
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alextraveylan/advent_of_code_2023
- Owner: AlexTraveylan
- License: mit
- Created: 2023-12-01T04:56:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T21:20:45.000Z (over 1 year ago)
- Last Synced: 2025-01-13T10:51:07.552Z (5 months ago)
- Language: Python
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2023
## Résolution des problèmes de l'[Advent of Code](https://adventofcode.com/) de l'année 2023.
Les solutions sont écrites en Python.
## Installation
```bash
git clone [email protected]:AlexTraveylan/advent_of_code_2023.git # SSH
cd advent_of_code_2023
python -m venv venv
source venv/bin/activate # Linux
env\Scrips\activate.bat # Windows
pip install -r requirements.txt
```## Lancement des tests
```bash
pytest
```## License
[MIT](https://choosealicense.com/licenses/mit/)