telegrafista
This commit is contained in:
parent
79655c90bc
commit
6487c69b7f
@ -123,7 +123,7 @@ int main (){
|
||||
char line[MAX];
|
||||
fgets(line, MAX, stdin);
|
||||
line[strlen(line)-1] = '\0';
|
||||
printf("\n");
|
||||
|
||||
search(root, line);
|
||||
|
||||
destroy(root);
|
||||
|
Loading…
Reference in New Issue
Block a user