The Hello program

#include <stdio.h>

int main(void) {
  printf("Hello World!\n");
  // return 0; 
}

No comments:

Related Posts with Thumbnails