mirror of
https://bitbucket.org/Mattrixwv/cipherstream.git
synced 2025-12-06 18:33:58 -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;
|
testResult = false;
|
||||||
#endif //AUTOKEY_TEST
|
#endif //AUTOKEY_TEST
|
||||||
|
|
||||||
|
//Print the results
|
||||||
std::cout << "Results:\n" << resultString << std::endl;
|
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){
|
std::string testingError(codingState type, const std::string& input, const std::string& output, const std::string& cipher){
|
||||||
|
|||||||
Reference in New Issue
Block a user