x.c 80 B

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