This commit is contained in:
mr314ot 2025-11-17 09:56:37 +01:00
parent 913eb6224f
commit 560af45a2c

View File

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