root 1 mesiac pred
rodič
commit
e7d4511090
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;
 }