Initializacia

This commit is contained in:
Kozar 2024-11-12 16:13:45 +00:00
parent 3ecf143992
commit f533cab35c

View File

@ -43,7 +43,7 @@ void run_tree(struct tree* tree) {
} }
if (tree->value[0] == '*') { if (tree->value[0] == '*') {
printf("%s\nKoniec\n", tree->value + 1); printf("*%s\nKoniec\n", tree->value + 1);
return; return;
} }