Add readme

This commit is contained in:
Maxime Menault 2024-09-03 08:28:39 +02:00
parent b8c6f517fc
commit ca552281c9

8
README Normal file
View File

@ -0,0 +1,8 @@
Pour compiler :
gcc -g -pg -o student_rank student_rank.c heapsort.c bubblesort.c
Pour lancer :
./student_rank <Nombre etudiants> <Nombre notes par etudiants> <mode debug (0 ou 1)>