9 lines
206 B
C
9 lines
206 B
C
|
#include<stdio.h>
|
||
|
#include<stdlib.h>
|
||
|
#include<graph.h>
|
||
|
|
||
|
int grille(void){
|
||
|
InitialiserGraphique();
|
||
|
CreerFenetre(int 150,int 150,int L,int H); //L et H a recup de la request du nombre de paires
|
||
|
|
||
|
}
|