Merge branch 'master' of dwarves.iut-fbleau.fr:keraudre/SAE11_2023

This commit is contained in:
2023-12-10 23:38:03 +01:00
4 changed files with 2 additions and 6 deletions
BIN
View File
Binary file not shown.
-6
View File
@@ -1,6 +0,0 @@
#include <stdlib.h>
#include <graph.h>
#include <stdio.h>
int
View File
+2
View File
@@ -33,3 +33,5 @@ int maj_queue(int* queue, int** p) {
}
return EXIT_SUCCESS;
}