From 591e5c7e211eabd636ec12ebeef12b48ec233d1e Mon Sep 17 00:00:00 2001 From: Xamora Date: Wed, 4 Dec 2024 07:52:09 +0100 Subject: [PATCH] add readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..55a1fed --- /dev/null +++ b/README.md @@ -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)``