Added pause at the end.

This commit is contained in:
Andrew
2023-04-03 15:42:17 +03:00
parent 4ff7acdc6a
commit e21f32ab11
+3 -1
View File
@@ -581,6 +581,8 @@ int main() {
// Cleanup
BN_CTX_free(context);
system("pause");
return 0;
}