Hacker News new | ask | show | jobs
by Someone 4154 days ago
According to http://www.ioccc.org/faq.html, it is equivalent to

  main(){
    int i=512;
    do
      write(1,"  :-)\b\b\b\b",9),usleep(i);
    while(--i);
  }
So, it moves a smiley on the screen, at increasing speed.