Java (OpenJDK 9), (削除) 99 (削除ここまで) 98114 bytes
I've never golfed in Java before...
static void f(){while(true1>0)System.out.print("FEWER CODERS MEANS EASIER COMMUNICATION MEANS FASTER CODING MEANS ");}
Try it online! Try it online! Stop the execution after a few seconds because it does not know when to stop.
Java (OpenJDK 9), (削除) 99 (削除ここまで) 98 bytes
I've never golfed in Java before...
while(true)System.out.print("FEWER CODERS MEANS EASIER COMMUNICATION MEANS FASTER CODING MEANS ");
Try it online! Stop the execution after a few seconds because it does not know when to stop.
Java (OpenJDK 9), 114 bytes
static void f(){while(1>0)System.out.print("FEWER CODERS MEANS EASIER COMMUNICATION MEANS FASTER CODING MEANS ");}
Try it online! Stop the execution after a few seconds because it does not know when to stop.
Java (OpenJDK 9), (削除) 99 (削除ここまで) 98 bytes
I've never golfed in Java before...
while(true)System.out.print("FEWER CODERS MEANS EASIER COMMUNICATION MEANS FASTER CODING MEANS ");
Try it online! Stop the execution after a few seconds because it does not know when to stop.