import java.util.Random;
import java.lang.Math;
public class Main {
public static void main(String[] args) {
int a,b,c,d,e,f;
int randomInt = (int) Math.random()*1;
try{
for(a=0; a!=1; a++){
for(b=-9999; b<=a; b++){
for(c=993996999; c!=b; c++){
for(d=-3; d!=c; d++){
for(e=34; e!=d; e++){
for(f=1; f!=e; f++){
Thread.sleep(100);
System.out.println(randomInt);
}
}
}
}
}
}
}catch(Exception ex){
}
}
}
Note :
0 = true
1 = other
For launch run is pressing run.
No comments:
Post a Comment