Skip to content
Snippets Groups Projects
Commit c3006e67 authored by jason.disivuil's avatar jason.disivuil
Browse files

juste l'ajout d'un point-virgule que j'ai oublié...

parent 53f61c3e
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ int main(){ ...@@ -167,7 +167,7 @@ int main(){
list_union(l1, l2); list_union(l1, l2);
delete_doublons(l1); delete_doublons(l1);
tri_liste(l1) tri_liste(l1);
display_list(l1); display_list(l1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment