From cd9d5572104f2f237b599e2c442805060a8491e4 Mon Sep 17 00:00:00 2001 From: Anton Dolozin Date: Sun, 9 Nov 2025 20:29:53 +0100 Subject: [PATCH] budaidua --- du6/program.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/du6/program.c b/du6/program.c index 4827027..592d4a2 100644 --- a/du6/program.c +++ b/du6/program.c @@ -80,9 +80,7 @@ int main(void){ bool whitespace = false; struct tree* tree = read_tree(); bool found = find_the_incorrect(tree); - print_tree(tree, 0); char line[SIZE]; - char line2[SIZE]; int numOfLeaves = count_leaves(tree); char answer[SIZE];