Posted: . At: 10:23 AM. This was 12 years ago. Post ID: 2275
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.


Simplest hello world program I can think of.


int main() {
  write(1, "Hello world.\n", 14);
  return 0;
}

Can you think of any simpler C example?


Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.