aoc-2020/README.md
2020-12-13 14:53:01 +01:00

12 lines
390 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AoC-2020
Dépôt pour les solutions de lAdvent of Code 2020 en C.
## Structure
Le code pour chaque jour est mis dans un dossier avec le fichier `input` contenant lentré à utiliser pour répondre à la question.
## Utilisation
Il faut utiliser le fichier `make.sh` pour compiler le jour voulu. Il suffit dexécuter ensuite le `turbo_main` pour pouvoir lancer le programme.