mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-09 07:32:54 +08:00
Minor output fixes
This commit is contained in:
@@ -88,6 +88,7 @@ int main() {
|
||||
<< std::endl;
|
||||
}
|
||||
}
|
||||
std::cout << "\nPress Ctrl + C to exit the program.\n\n";
|
||||
std::cin.get();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user