From f6d1303095c5930030308ebf01e1301311b3e45c Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 6 Dec 2025 00:26:07 -0500 Subject: [PATCH] =?UTF-8?q?Ajout:=20Bloc=20de=20commentaire=20sur=20les=20?= =?UTF-8?q?test.=20Selon=20=C3=A9nonc=C3=A9=20:=20"=C3=80=20la=20fin=20du?= =?UTF-8?q?=20d=C3=A9veloppement,=20vous=20devez=20cr=C3=A9er=20un=20bloc?= =?UTF-8?q?=20de=20commentaires=20au-dessus=20de=20la=20d=C3=A9claration?= =?UTF-8?q?=20du=20main()=20pour=20expliquer=20et=20indiquer=20les=20tests?= =?UTF-8?q?=20qui=20ont=20=C3=A9t=C3=A9=20effectu=C3=A9s=20afin=20de=20v?= =?UTF-8?q?=C3=A9rifier=20que=20votre=20application=20fonctionne=20correct?= =?UTF-8?q?ement."?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 2f2e916..079d986 100644 --- a/main.cpp +++ b/main.cpp @@ -20,7 +20,9 @@ using namespace std; extern int nbEssai = 6; extern int nbLettre = 4; -//Déclaration du main +/*==================================== +Tester que les lettres se répétant fonctionnent. +====================================*/ int main() { srand(time(NULL)); HANDLE hconsole = GetStdHandle(STD_OUTPUT_HANDLE); //Déclaration de variable pour les images