No cmments

This commit is contained in:
Anton Dolozin 2025-11-09 17:01:31 +01:00
parent 6c9b379822
commit c18ef8e5bb

View File

@ -124,7 +124,7 @@ int main(void){
} }
else{ else{
printf("\nNerozumiem\n"); printf("\nNerozumiem\n");
return 10; return 0;
} }
} }
destroy_tree(tree); destroy_tree(tree);