mirror of
https://bitbucket.org/Mattrixwv/cipherstream.git
synced 2025-12-06 10:23:57 -05:00
Prevent pausing before exiting the program
This commit is contained in:
@@ -208,8 +208,8 @@ void testHandler(int argc, char** argv){
|
||||
testResult = false;
|
||||
#endif //AUTOKEY_TEST
|
||||
|
||||
//Print the results
|
||||
std::cout << "Results:\n" << resultString << std::endl;
|
||||
std::cin.get();
|
||||
}
|
||||
|
||||
std::string testingError(codingState type, const std::string& input, const std::string& output, const std::string& cipher){
|
||||
|
||||
Reference in New Issue
Block a user