From 9b1e6a43e59a5d776d93d13a60c04a5701378e26 Mon Sep 17 00:00:00 2001 From: bastien Date: Mon, 31 Mar 2025 13:38:48 +0000 Subject: [PATCH] Actualiser main.c --- main.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main.c b/main.c index a64a24b..3d777cc 100644 --- a/main.c +++ b/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; } \ No newline at end of file