#include<stdio.h>
#include<conio.h>
#include<iostream.h>

void main()
{
    clrscr();
    cout<<"This is our first C++ Program";
    getch();
}



////////////////////////////////////////////
Copy & paste this code in your TC & run, then you will get output.......
If you have any problem please comment below.........