mirror of
https://github.com/guilhermewerner/rust-ffi
synced 2025-06-16 22:04:20 +00:00
Remove system("PAUSE")
This commit is contained in:
@ -22,6 +22,4 @@ int main()
|
||||
cout << "Divided: " << Library::Divide(num1, num2) << "\n";
|
||||
|
||||
cout << "\n";
|
||||
|
||||
system("PAUSE");
|
||||
}
|
||||
|
Reference in New Issue
Block a user