This commit is contained in:
Bohdan Kapliuk 2024-11-11 14:14:46 +02:00
parent 784aa50f64
commit 56f3b370d8

View File

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