Files
SAE11_2024/jeu.c

12 lines
140 B
C

#include <graph.h>
#include <stdio.h>
void GraphJeu(int taille){
printf("fichier jeu.c taille vairiable %d\n", taille);
while(1){}
}