You are on page 1of 1

#include<iostream.

h>
#include<conio.h>
void main()
{
clrscr();
cout<<"Hello World (Hallo Dunia)";
getch();
}


You might also like