diff --git a/README.md b/README.md index d2d1f6f..494f754 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +### Compilation + +gcc -g -pg -o ex? Exercice?.c + +gprof ./ex? + +? = le numéro d'exercice + # Exercice 2 Pour un tableau de taille 10 000 : diff --git a/a.out b/a.out deleted file mode 100755 index e4714c4..0000000 Binary files a/a.out and /dev/null differ diff --git a/ex2 b/ex2 deleted file mode 100755 index 00f4b51..0000000 Binary files a/ex2 and /dev/null differ diff --git a/ex3 b/ex3 deleted file mode 100755 index 3e52232..0000000 Binary files a/ex3 and /dev/null differ diff --git a/gmon.out b/gmon.out deleted file mode 100644 index e727151..0000000 Binary files a/gmon.out and /dev/null differ