Aktualizovat du5/program.c
This commit is contained in:
parent
ba1199ec92
commit
b72c774390
@ -85,7 +85,7 @@ int main(void)
|
||||
int current = root;
|
||||
while (current != -1) {
|
||||
if (is_answer[current]) {
|
||||
printf("* %s\n", text[current]);
|
||||
printf("*%s\n", text[current]);
|
||||
printf("Koniec\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user