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

This commit is contained in:
Oleksandr Hryshchenko 2021-03-18 18:38:14 +00:00
parent 674c49ecb2
commit b0ad0a5e22

View File

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