This commit is contained in:
Maksym Kovalchuk 2026-04-16 19:47:48 +00:00
parent ae92dc5128
commit e9564672e6

View File

@ -104,7 +104,7 @@ int main() {
Tree *root = readTree();
if (!root) {
printf("Chyba nacitania\n");
printf("Chybna databaza\n");
return 0;
}