public static void main(String[] args) { System.out.println(helloWorld()); } // https://stackoverflow.com/questions/15182496/why-does-this-code-using-random-strings-print-hello-world private static String helloWorld() { retu...
おめでと☆
ありがと!
Hello Worldを生み出す乱数の種はどうやったら特定できるんだ?
ネタ元のコメントに seed を探すコードもあるよ! https://stackoverflow.com/questions/15182496/why-does-this-code-using-random-strings-print-hello-world