diff --git a/main.cpp b/main.cpp index 07f39eb..9c7f7e4 100644 --- a/main.cpp +++ b/main.cpp @@ -581,6 +581,8 @@ int main() { // Cleanup BN_CTX_free(context); - + + system("pause"); + return 0; }