This commit is contained in:
Bohdan Kapliuk 2024-11-11 14:38:50 +02:00
parent 1bdd940cb4
commit b7bc8344a2

View File

@ -50,6 +50,7 @@ void print_tree(struct tree* tree, int offset) {
printf("Koniec\n"); printf("Koniec\n");
return; return;
} }
getchar();
char r = getchar(); char r = getchar();
getchar(); getchar();
if (r == 'a') { if (r == 'a') {