This commit is contained in:
Kozar 2024-02-29 14:24:36 +01:00
parent 3a35ff3bd4
commit e36f30eac8

View File

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