carré rouge terrain

This commit is contained in:
Jude Christ AISSI 2023-11-23 10:11:35 +01:00
parent 4b15ea4f27
commit 315c543e94

View File

@ -12,11 +12,16 @@ int AfficherRectangle(){
RemplirRectangle(0,0,1500,1000);
ChoisirCouleurDessin(CouleurParComposante(73,162,37));
RemplirRectangle(20,20,1450, 800);
ChoisirCouleurDessin(CouleurParComposante(255, 0, 0));
RemplirRectangle(1460, 20, 30, 30);
Touche();
FermerGraphique();
}
int main(){
AfficherRectangle();
AfficherCadrillage();
return EXIT_SUCCESS;
return EXIT_SUCCESS;
}