Advertisement
Rapido

program.cpp

Jan 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1.  
  2. #include <iostream>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"Press ENTER to close";
  7.     cin.ignore();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement