>> #include <u.h>
>> #include <libc.h>
>>
>> int main() {
>>      for (;;)
>>              fork();
>> }
>>
>> Look ma!
>>
>> John

this is the closest solution i've found:

        Patient: Doctor, it hurts when I do this.
        Doctor: Then don't do that!

Reply via email to