Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

deleted 18 characters in body
Source Link
totallyhuman
  • 17.4k
  • 3
  • 34
  • 89

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.

Source Link
totallyhuman
  • 17.4k
  • 3
  • 34
  • 89

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.

AltStyle によって変換されたページ (->オリジナル) /