Name: Anonymous 2012-07-20 1:31
They're hopeless, aren't they?
#include<conio.h>
#include<stdio.h>
void main()
{
clrscr();
printf("\nhello world");
getch();
}