HUOGAI 1 hónapja
szülő
commit
87f8120a54
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      a.c

+ 1 - 0
a.c

@@ -2,6 +2,7 @@
 
 int main(void) {
   int i=0;
+  i++;
   printf("hello,world %d\n",i);
   return 0;
 }