how about
Code:
#include <iostream.h>

int main()
{
   return 0;
}
That works just fine for me.