From eaaaf293f1fb5f29ef15be15e8385f403d7f5e5d Mon Sep 17 00:00:00 2001 From: ak643du Date: Thu, 29 Feb 2024 14:28:47 +0100 Subject: [PATCH] cv3 --- cv3/program.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cv3/program.c b/cv3/program.c index 9fffc19..b1fe39e 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -8,13 +8,11 @@ int main() { int input = 0; int count = 0; - while(input != NULL){ - printf("ΔΎ"); + while(input != '\n'){ numbs[count] = input; printf("%d",numbs[count]); count++; } - printf("afs"); return 0; }