Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

15 rader
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. }