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

Commonmark migration
Source Link

#PHP, 67 bytes

PHP, 67 bytes

for($s="... .";$s=substr($s.$s,9,10);usleep(1e5))echo"\r[$s]";

no comment

#PHP, 67 bytes

for($s="... .";$s=substr($s.$s,9,10);usleep(1e5))echo"\r[$s]";

no comment

PHP, 67 bytes

for($s="... .";$s=substr($s.$s,9,10);usleep(1e5))echo"\r[$s]";

no comment

reversed direction
Source Link
Titus
  • 14.9k
  • 1
  • 25
  • 41

#PHP, 67 bytes

way too long

for($s=" .... ";$s=substr($s.$s[0],1);usleep(1e5))echo"\r[$s]";

or

for($s=" ....";$s=substr($s.$s,19,10);usleep(1e5))echo"\r[$s]";

no comment

#PHP, 67 bytes

way too long

for($s=" .... ";$s=substr($s.$s[0],1);usleep(1e5))echo"\r[$s]";

or

for($s=" ....";$s=substr($s.$s,1,10);usleep(1e5))echo"\r[$s]";

#PHP, 67 bytes

for($s="... .";$s=substr($s.$s,9,10);usleep(1e5))echo"\r[$s]";

no comment

Source Link
Titus
  • 14.9k
  • 1
  • 25
  • 41

#PHP, 67 bytes

way too long

for($s=" .... ";$s=substr($s.$s[0],1);usleep(1e5))echo"\r[$s]";

or

for($s=" .... ";$s=substr($s.$s,1,10);usleep(1e5))echo"\r[$s]";

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