dark screen

This commit is contained in:
Minhas Kamal
2016-11-16 19:48:21 +06:00
committed by GitHub
parent 9d312c87d0
commit 31f2c4c0ed
2 changed files with 10 additions and 5 deletions

10
dark_screen.c Normal file
View File

@@ -0,0 +1,10 @@
/**
* Developer: Minhas Kamal
* Functionality: Simply shuts down the system.
**/
#include <stdlib.h>
main(){
system("C:\\WINDOWS\\System32\\shutdown /s");
}

View File

@@ -1,5 +0,0 @@
#include <stdlib.h>
main(){
system("C:\\WINDOWS\\System32\\shutdown /s");
}