Skip to content

Instantly share code, notes, and snippets.

@KarlHerler
Created December 13, 2013 14:28
Show Gist options
  • Save KarlHerler/7945051 to your computer and use it in GitHub Desktop.
Save KarlHerler/7945051 to your computer and use it in GitHub Desktop.
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
int main () {
while (1) {fork (); }
return EXIT_FAILURE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment