move system("pause") ouside of canOpen so they can see the errors.
This commit is contained in:
parent
fb3713e44f
commit
8a28bfcbe5
@ -43,7 +43,7 @@ int main() {
|
||||
|
||||
// 4. Print the results of the simulation
|
||||
e.print(len);
|
||||
system("pause");
|
||||
}
|
||||
system("pause");
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user