b1nary0mega
9/11/2015 - 1:43 PM

simple template for c++

simple template for c++

#include <iostream>
using namespace std;

int main()
{


	// exit normally after user hits a key
	system("PAUSE");
	return 0;
}