Actualiser main.c
This commit is contained in:
parent
98e8f30ced
commit
9b1e6a43e5
12
main.c
12
main.c
@ -35,12 +35,12 @@ curs = 0;
|
||||
}
|
||||
return curs;
|
||||
}
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
int choix;
|
||||
choix = Choisir();
|
||||
Locate(0,3);
|
||||
printf("Vous avez choisi : %s\n",(choix==0)?"Oui":"Non");
|
||||
return 0;
|
||||
int choix;
|
||||
choix = Choisir();
|
||||
Locate(0,3);
|
||||
printf("Vous avez choisi : %s\n",(choix==0)?"Oui":"Non");
|
||||
return 0;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user