Hacker News new | ask | show | jobs
by skolskoly 1555 days ago
Doesn't seem like anyone has posted the bug free implementation so here it is:

  int main(void)
  {
      char the_terminal[] = "Hello World!\n"
      return 0;
  }