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.

16 rivejä
341 B

  1. diff a/hello.c b/hello.c (rejected hunks)
  2. @@ -2,10 +2,13 @@
  3. void main()
  4. {
  5. +<<<<<<< HEAD
  6. printf("hello world\n");
  7. printf("hello world\n");
  8. printf("hello world\n");
  9. printf("hello world\n");
  10. +=======
  11. +>>>>>>> 20bf8d7c8a17a7354dfe3d735a034ad3ffe96ba5
  12. printf("nihao\n");
  13. printf("helloworld");
  14. return 0;