Thursday, February 5, 2009

Exer1


#include
#include

void main()
{

clrscr();

printf("HELLO WORLD!\n");

getch();
}

No comments: