This commit is contained in:
Jana Kapalková 2026-04-16 14:17:00 +02:00
parent 2e0219af19
commit e5b51b62a0

View File

@ -68,6 +68,7 @@ void run_system(struct Node* node) {
int main(void) {
struct Node* root = read_tree();
if (root == NULL) {
printf("Expert z bufetu to vie.\n");
printf("Chybna databaza\n");
return 0;
}