#include<stdio.h>
int main(void)
{
printf(“Welcome to my blog”);
getch();
return 0;
}
Get every new post delivered to your Inbox.