<pre>#include &lt;iostream.h>
int main()
{
cout &lt;&lt; "I'm not too fond of it.\n";
return -1;
}</pre>