//In the Name of ALLAH
//Hello World Program
#include<stdio.h>
#include<conio.h>
void main()
{
	printf("BESMELLAH E RAHMAN E RAHIM");
	getch();
}