diff --git a/main.cpp b/main.cpp index 78ecd67..b5b1c27 100644 --- a/main.cpp +++ b/main.cpp @@ -6,6 +6,8 @@ DATE : 17 novembre 2025 BUT : Rassemble les appels de fonction de Taxon ====================================*/ +//je fais un test + //Librairies #include #include diff --git a/mesFonctions.cpp b/mesFonctions.cpp index ef015dd..cb04105 100644 --- a/mesFonctions.cpp +++ b/mesFonctions.cpp @@ -154,7 +154,7 @@ bool comparerMot(fstream& monFlux, string motPlayer, int numeroLigne) return true; } } - return false; + return false; } /*====================================