From 4ccc9ca4d655ceace34d8f4edbffb35e522138ce Mon Sep 17 00:00:00 2001 From: Weber Date: Wed, 21 Feb 2024 19:02:10 +0000 Subject: [PATCH] skuska --- cv1/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv1/program.c b/cv1/program.c index 85dd500..817b027 100644 --- a/cv1/program.c +++ b/cv1/program.c @@ -6,7 +6,7 @@ int main() { int line_count = 0; while ((ch = getchar()) != EOF) { if (ch == '\n') { - putchar('\n') + putchar('\n'); line_count++; } else { if (isprint(ch)) {