This commit is contained in:
Radovan Kofira 2020-11-24 22:17:20 +01:00
parent 80a7c227a0
commit 586e874d6e

View File

@ -25,7 +25,7 @@ struct node* root;
n++;
}
}
printf("%d",root->data);
printf("Je to taka kopa:\n");
/*for (i = 0; i < n; i++) {
printf("%d\n", a[i]);