hello.c 79 B

12345678910
  1. #include <stdio.h>
  2. int
  3. main(void)
  4. {
  5. printf("Hello, world!\n");
  6. return 0;
  7. }