Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

16 lignes
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;