move system("pause") ouside of canOpen so they can see the errors.

This commit is contained in:
daniel 2017-04-26 19:32:26 -04:00
parent fb3713e44f
commit 8a28bfcbe5

View File

@ -43,7 +43,7 @@ int main() {
// 4. Print the results of the simulation // 4. Print the results of the simulation
e.print(len); e.print(len);
system("pause");
} }
system("pause");
return 0; return 0;
} }