From c2d2b6016ac0ec302ffe38bde5dbf0f6aa465102 Mon Sep 17 00:00:00 2001 From: ak643du Date: Thu, 29 Feb 2024 14:30:58 +0100 Subject: [PATCH] cv3 --- cv3/program.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/cv3/program.c b/cv3/program.c index b1fe39e..6fa2ca3 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -7,12 +7,7 @@ int main() { int x = 0; int input = 0; int count = 0; - - while(input != '\n'){ - numbs[count] = input; - printf("%d",numbs[count]); - count++; - } + return 0; }