Added pause at the end.

This commit is contained in:
Andrew 2023-04-03 15:42:17 +03:00
parent 4ff7acdc6a
commit e21f32ab11
1 changed files with 3 additions and 1 deletions

View File

@ -582,5 +582,7 @@ int main() {
// Cleanup // Cleanup
BN_CTX_free(context); BN_CTX_free(context);
system("pause");
return 0; return 0;
} }