From e36f30eac828e8eb0ec82819e2f14ebeb622c88f Mon Sep 17 00:00:00 2001 From: ak643du Date: Thu, 29 Feb 2024 14:24:36 +0100 Subject: [PATCH] cv3 --- cv3/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv3/program.c b/cv3/program.c index 8d0ed72..14dade0 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -8,7 +8,7 @@ int main() { int input = 0; int count = 0; - while(intput != NULL){ + while(input != NULL){ numbs[count] = input; printf("%d",numbs[count]); count++;