Hacker News new | ask | show | jobs
by wruza 750 days ago

  for (…) {
    heavy_op();
    if (i % 100 == 0) {
      printf("not dead");
    }
Classic