Find a file
2024-12-06 07:52:02 +01:00
01 finish 03, add -lm, remove a.out 2024-12-03 06:25:10 +01:00
02 finish 03, add -lm, remove a.out 2024-12-03 06:25:10 +01:00
03 finish 03, add -lm, remove a.out 2024-12-03 06:25:10 +01:00
04 finish 04, add strslen func 2024-12-04 07:04:32 +01:00
05 finish 05, add function template, add optimisations flag 2024-12-05 08:02:12 +01:00
06 finish 06, time to get a real Makefile 2024-12-06 07:52:02 +01:00
template finish 06, time to get a real Makefile 2024-12-06 07:52:02 +01:00
.gitignore finish 06, time to get a real Makefile 2024-12-06 07:52:02 +01:00
README.md add readme 2024-12-04 07:52:09 +01:00
start.sh starting 2024-12-01 05:52:45 +01:00

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)