add readme
This commit is contained in:
parent
181fc7425a
commit
591e5c7e21
7
README.md
Normal file
7
README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
## Advent of Code 2024
|
||||
---
|
||||
Voici mes solutions de l'advent of code fait en **C**
|
||||
Pour tester mon code, je ne lis pas le fichier mais passe directement l'input dans argv avec ``./a.out $(cat main.txt)``
|
||||
|
||||
These are my solutions to the advent of code in **C**
|
||||
To test my code, I dont read the file but directly pass the input in argv with ``./a.out $(cat main.txt)``
|
Loading…
Reference in a new issue