Hacker News new | ask | show | jobs
by veddan 3747 days ago
For many programs it's easy to decide whether they halt or not.

  int main(void) { for (;;); }