diff --git a/README b/README new file mode 100644 index 0000000..e5798f1 --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +Pour compiler : + +gcc -g -pg -o student_rank student_rank.c heapsort.c bubblesort.c + +Pour lancer : + +./student_rank +