HUOGAI 1 kuukausi sitten
vanhempi
sitoutus
5635657d00
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      a.c

+ 1 - 1
a.c

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