This commit is contained in:
Maksym Kovalchuk 2026-04-16 15:30:00 +00:00
parent 35a304eca8
commit 9998aedf3e

View File

@ -76,7 +76,7 @@ void start(Tree *node) {
printf("%s\n", node->text);
if (fgets(input, SIZE, stdin) == NULL) {
printf("Nerozumiem\n");
printf("Koniec vstupu\n");
return;
}