浏览代码

modify a.c

HUOGAI 1 月之前
父节点
当前提交
5635657d00
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 }