du6 - 6
This commit is contained in:
parent
4099b4e7ce
commit
913eb6224f
@ -79,6 +79,7 @@ void run_system(Tree *node) {
|
|||||||
|
|
||||||
// list -> koniec
|
// list -> koniec
|
||||||
if (!node->left && !node->right) {
|
if (!node->left && !node->right) {
|
||||||
|
printf("Koniec\n")
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user