Update dark_screen.c

This commit is contained in:
Minhas Kamal
2016-11-16 20:32:06 +06:00
committed by GitHub
parent 31f2c4c0ed
commit 42221a819b

View File

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