GITLAB
pvernier
/
ima3_projet_pa_2019
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
caf4de255a4072b864695b7911c0204d54e8f760
Authored by
tvieuble
2019-05-02 10:07:28 +0200
1 parent
6ca76ebd
modification main.c
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
main.c
Inline
Side-by-side
main.c
Wrap text
Show/Hide comments
View file @
caf4de2
...
...
@@ -29,7 +29,7 @@ int main(int argc, char* argv[]) {
29
29
correction_mot(tab_arbre);
30
30
desallocationTableauArbre(tab_arbre);
31
31
32
-
printf("fini
\n");
32
+
wprintf(L"Fin du programme
\n");
33
33
34
34
return 0;
35
-}
36
35
\ No newline at end of file
36
+}
...
...