You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
288 B

  1. #include <stdio.h>
  2. void main()
  3. {
  4. <<<<<<< HEAD
  5. printf("hello world\n");
  6. printf("hello world\n");
  7. printf("hello world\n");
  8. printf("hello world\n");
  9. =======
  10. >>>>>>> 20bf8d7c8a17a7354dfe3d735a034ad3ffe96ba5
  11. printf("nihao\n");
  12. printf("helloworld");
  13. return 0;
  14. }