Simply print 'history'
This commit is contained in:
parent
79c02ef701
commit
4e7bfee548
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -87,7 +87,7 @@ int main(void) {
|
|||
cout << std::endl;
|
||||
|
||||
// Print game statistics
|
||||
cout << "How did the game go\n";
|
||||
cout << "History\n";
|
||||
for(auto guess : history)
|
||||
cout << format_guess_history(sequence, guess) << std::endl;
|
||||
|
||||
|
|
Loading…
Reference in a new issue