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;