diff --git a/projet_3.c b/projet_3.c
index 2e16d8491fca710e68f2c9dae8856deea50ac041..b517cafbf3d1386f1105cf83d8628df0e4a27819 100644
--- a/projet_3.c
+++ b/projet_3.c
@@ -165,7 +165,7 @@ void ecrire_dans_fichier(char *input, char *output) {
         munmap(mapping, sizeof(int)) ;
     }
 }
-int main() {
+/* int main() {
     // test pour is_div(int number, int i)
     int number = 10 ;
     int number1 = 11 ;
@@ -185,4 +185,4 @@ int main() {
     // je ne vois pas pq ca ne fonctionne pas
     printf("%d\n",afficherListe(liste)) ;
     return 0;
-}
\ No newline at end of file
+} */
\ No newline at end of file