asdasd

Wednesday, May 5, 2010

My First C++ Computer Program

#include
using namespace std;
int main()
{
cout<<"Hello World"<< endl ;
return 0;
}

No comments:

 
back to top