Files
SAE11_2024/jeu.c

12 lines
118 B
C

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