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
snake/lancement Executable file

Binary file not shown.

View File

@@ -1,6 +0,0 @@
#include <stdlib.h>
#include <graph.h>
#include <stdio.h>
int

View File

View File

@@ -33,3 +33,5 @@ int maj_queue(int* queue, int** p) {
}
return EXIT_SUCCESS;
}