Commit caf4de255a4072b864695b7911c0204d54e8f760

Authored by tvieuble
1 parent 6ca76ebd

modification main.c

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -29,7 +29,7 @@ int main(int argc, char* argv[]) { @@ -29,7 +29,7 @@ int main(int argc, char* argv[]) {
29 correction_mot(tab_arbre); 29 correction_mot(tab_arbre);
30 desallocationTableauArbre(tab_arbre); 30 desallocationTableauArbre(tab_arbre);
31 31
32 - printf("fini\n"); 32 + wprintf(L"Fin du programme\n");
33 33
34 return 0; 34 return 0;
35 -}  
36 \ No newline at end of file 35 \ No newline at end of file
  36 +}