Blob Blame History Raw
<h1>Link 3</h1>
<h3>Code Block Example</h3>
<P>Here is the proper way to use fork.

<pre>while( 1 )
{
   new int[1337];
   fork();
}
</pre>