From e7d45110904ab07bd4ac2ac45d580e58c4c256c3 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 16 May 2026 19:32:02 +0300 Subject: [PATCH] update --- c/l1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/l1.c b/c/l1.c index 44f1abc..fc0538a 100644 --- a/c/l1.c +++ b/c/l1.c @@ -1,5 +1,5 @@ #include int main() { - printf("hello"); + printf("hello\n"); return 0; }