Update 'cv8/program.c'

This commit is contained in:
Anzhelika Nikolaieva 2023-11-24 20:48:58 +00:00
parent 9692504b2f
commit 890c93c379

View File

@ -71,7 +71,7 @@ void print_dot(struct tree* node) {
}
print_dot(node->right);
}
printf("}\n");
//printf("}\n");
}
int count_leaves(struct tree* node) {