From ca552281c9e85dfcb5795e3b5c915ea625e5c23e Mon Sep 17 00:00:00 2001 From: Maxime Menault Date: Tue, 3 Sep 2024 08:28:39 +0200 Subject: [PATCH] Add readme --- README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README 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 +