This commit is contained in:
2023-12-10 23:28:32 +01:00
parent 5196328975
commit d06c80e578
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; return EXIT_SUCCESS;
}