Created by smit joshi
#include<stdio.h> #include<conio.h> main() { clrscr(); printf("Hello World!\n"); getch(); return 0; }
No comments:
Post a Comment