Saturday, September 28, 2019

HELLO WORLD




#include<stdio.h>
#include<conio.h>
main()
{
printf("HELLO WORLD");

getch();
}

No comments:

Post a Comment