No space before exclamation mark.
This commit is contained in:
parent
83e019e7d3
commit
1fa2ff0458
2 changed files with 3 additions and 3 deletions
|
@ -85,7 +85,7 @@ int main()
|
|||
}
|
||||
|
||||
// Finished !
|
||||
std::cout << std::endl << "Done !" << std::endl;
|
||||
std::cout << std::endl << "Done!" << std::endl;
|
||||
|
||||
// Wait until the user presses 'enter' key
|
||||
std::cout << "Press enter to exit..." << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue