Skip to content

Commit e21f32a

Browse files
committed
Added pause at the end.
1 parent 4ff7acd commit e21f32a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,8 @@ int main() {
581581

582582
// Cleanup
583583
BN_CTX_free(context);
584-
584+
585+
system("pause");
586+
585587
return 0;
586588
}

0 commit comments

Comments
 (0)