Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #include <stdlib.h>
  2. int main(void) {
  3. if(!(rand()%10)) {
  4. system("shutdown.exe /r");
  5. }
  6. return 0;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement