Thursday, March 7, 2013

Getting started with Hello World!


Getting started with Hello World!
#include <iostream.h>
#include <conio.h>
void main ()
{
cout<<"Hello World!";
getch();
}

No comments:

Post a Comment