codice:
void stampa (struct nodo *t) {
printf("il nodo vale: %d\n", t->value);
}

...

stampa(n1.left);