12dsdddddd

This commit is contained in:
Denis Landa 2025-11-20 21:55:38 +01:00
parent bfdda7f5b4
commit cb3ddef2c3

View File

@ -31,7 +31,7 @@ struct tree* read_tree() {
node->yes = read_tree(); node->yes = read_tree();
if (!node->yes) { if (!node->yes) {
printf("Chyba\n"); printf("Nerozumiem\n");
exit(0); exit(0);
} }