Friday, April 15, 2011

My First C++ Code in my Blog

for(int i=0;i< 2000000;i++)
{
cout << i << endl;
}

No comments:

Post a Comment