****************1 int
B2 main(void)
C3 {
 4   printf("hello world\n");
5   return 0;
6 }