This commit is contained in:
Maksym Kovalchuk 2026-04-16 14:57:10 +00:00
parent 721c7c7676
commit a5baf43cd8

View File

@ -96,7 +96,7 @@ void start(Tree *node) {
} else if (input[0] == 'n') {
node = node->no;
} else {
printf("Nespravny vstup\n");
printf("Nerozumiem\n");
return;
}
}