Сделал 2 Задание
This commit is contained in:
parent
d32450977c
commit
8e7bf70696
5 changed files with 50 additions and 16 deletions
|
@ -7,6 +7,6 @@ int main(void) {
|
|||
if (file == NULL) {
|
||||
return -1;
|
||||
}
|
||||
printf("Count of numbers between 1 to 5 is %d", countElements(file));
|
||||
printf("Count of numbers between 1 to 5 is %lf", countElements(file));
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue