Comment
This commit is contained in:
parent
02f72064cd
commit
7d756bc066
1 changed files with 1 additions and 0 deletions
1
main.cpp
1
main.cpp
|
@ -95,6 +95,7 @@ int main(int argc, char* argv[]) {
|
||||||
for(auto guess : history)
|
for(auto guess : history)
|
||||||
cout << format_guess_history(sequence, guess) << std::endl;
|
cout << format_guess_history(sequence, guess) << std::endl;
|
||||||
|
|
||||||
|
// Loss
|
||||||
if(history.back() != sequence) {
|
if(history.back() != sequence) {
|
||||||
cout << format_lost_sequence(sequence) << std::endl;
|
cout << format_lost_sequence(sequence) << std::endl;
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Reference in a new issue