This commit is contained in:
Jana Kapalková 2026-04-16 13:50:55 +02:00
parent f30049329c
commit dc55b947b6

View File

@ -50,7 +50,7 @@ void run_system(struct Node* node) {
printf("%s", node->value);
if (node->left == NULL && node->right == NULL) {
printf("Koniec\n");
printf("Koniec vstupu\n");
return;
}
char answer[SIZE];