PHP, 67 bytes
for($s="... .";$s=substr($s.$s,9,10);usleep(1e5))echo"\r[$s]";
no comment
Titus
- 14.9k
- 1
- 25
- 41
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchangefor($s="... .";$s=substr($s.$s,9,10);usleep(1e5))echo"\r[$s]";
no comment