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