HUOGAI hai 2 meses
pai
achega
5635657d00
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 }