Skip to content

Instantly share code, notes, and snippets.

@PiJoules
Created July 22, 2015 15:45
Show Gist options
  • Save PiJoules/798e70c96509a0727f59 to your computer and use it in GitHub Desktop.
Save PiJoules/798e70c96509a0727f59 to your computer and use it in GitHub Desktop.
ayy lmao
#include <stdlib.h>
int main(){
int ret = system("rm backup.c a.out");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment