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