From 7d756bc066bf8ca8a6668f596409cf2ea73f765e Mon Sep 17 00:00:00 2001 From: Matuush Date: Wed, 4 Dec 2024 12:30:03 +0100 Subject: [PATCH] Comment --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index d562a60..ac50c79 100644 --- a/main.cpp +++ b/main.cpp @@ -95,6 +95,7 @@ int main(int argc, char* argv[]) { for(auto guess : history) cout << format_guess_history(sequence, guess) << std::endl; + // Loss if(history.back() != sequence) { cout << format_lost_sequence(sequence) << std::endl; return 1;