Изменить 'du3/program.c'

This commit is contained in:
Oleksandr Hryshchenko 2021-03-18 18:14:37 +00:00
parent 70a27011b4
commit b1482b706c

View File

@ -69,6 +69,6 @@ int main() {
}
LABEL:
if(truth) puts("Neplatny datum");
free(input);
return 0;
}