12 lines
140 B
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){}
|
|
}
|