This commit is contained in:
mr314ot 2025-11-17 09:55:43 +01:00
parent 4099b4e7ce
commit 913eb6224f

View File

@ -79,6 +79,7 @@ void run_system(Tree *node) {
// list -> koniec
if (!node->left && !node->right) {
printf("Koniec\n")
return;
}