root 1 месяц назад
Родитель
Сommit
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;
 }