From f09242c172431f73dd08dbb64f8d28e9cfc56cb5 Mon Sep 17 00:00:00 2001 From: Anzhelika Nikolaieva Date: Tue, 10 Oct 2023 18:03:05 +0000 Subject: [PATCH] Update 'cv3/program.c' --- cv3/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv3/program.c b/cv3/program.c index c0e4d11..214f625 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -78,7 +78,7 @@ int main() { while (1) { if (!fgets(input, sizeof(input), stdin)) { - printf("no␣input"); + //printf("no␣input"); break; }