1 Commits

Author SHA1 Message Date
62769c137e Ajouter readme.yaml 2025-10-17 13:28:48 +02:00
3 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1 +0,0 @@
/target/

1
readme.yaml Normal file
View File

@@ -0,0 +1 @@
Voir branche Developpement

View File

@@ -30,7 +30,7 @@ public class GestionBibliotheque {
System.out.println("2. Ajouter un livre"); System.out.println("2. Ajouter un livre");
System.out.println("3. Afficher les livres"); System.out.println("3. Afficher les livres");
System.out.println("4. Quitter"); System.out.println("4. Quitter");
System.out.print("Merci de faire votre choix : "); System.out.println("Votre choix : ");
choix = sc.nextInt(); choix = sc.nextInt();
switch (choix) { switch (choix) {
case 1 : case 1 :