telegrafista

This commit is contained in:
Maryna Kravtsova 2020-12-03 14:57:42 +01:00
parent 9b2f381ee1
commit e740573fed

View File

@ -128,6 +128,6 @@ int main (){
line[strlen(line)-1] = '\0';
search(root, line);
printf("\n");
destroy(root);
}