Skip to content

Instantly share code, notes, and snippets.

@JPGygax68
Created April 26, 2013 09:40
Show Gist options
  • Save JPGygax68/5466100 to your computer and use it in GitHub Desktop.
Save JPGygax68/5466100 to your computer and use it in GitHub Desktop.
Minimal C++ main.cpp
#include <iostream>
using namespace std;
int
main (int argc, char *argv[])
{
cout << "Press ENTER to continue....." << endl << endl;
cin.ignore(1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment