mirror of
https://github.com/guilhermewerner/rust-ffi
synced 2026-02-04 10:23:10 +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