diff --git a/main.cpp b/main.cpp index 53d83b1..43e2173 100644 --- a/main.cpp +++ b/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;