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++;