root 1 month ago
parent
commit
e7d4511090
1 changed files with 1 additions and 1 deletions
  1. 1 1
      c/l1.c

+ 1 - 1
c/l1.c

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