root 1 月之前
父節點
當前提交
e7d4511090
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      c/l1.c

+ 1 - 1
c/l1.c

@@ -1,5 +1,5 @@
 #include <stdio.h>
 int main() {
-    printf("hello");
+    printf("hello\n");
     return 0;
 }