@@ -2,11 +2,10 @@
#include <stdio.h>
#include "menu.h"
void GraphJeu(){
printf("test");
while(1){
}
void GraphJeu(int taille){
printf("fichier jeu.c taille vairiable %d\n", taille);
while(1){}
The note is not visible to the blocked user.