This commit is contained in:
Yann KERAUDREN 2023-12-10 23:28:32 +01:00
parent 5196328975
commit d06c80e578
4 changed files with 2 additions and 6 deletions

BIN
snake/lancement Executable file

Binary file not shown.

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

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