You are on page 1of 1

#include<stdio.

h>
#include<conio.h>
void main(){
printf(“Hello\n”);
getch();
}

You might also like