From 4fe2b5b0714804ad3909e20ebc8f88591140c13c Mon Sep 17 00:00:00 2001 From: Maryna Kravtsova Date: Thu, 3 Dec 2020 15:10:09 +0100 Subject: [PATCH] telegrafista --- a5/program.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/a5/program.c b/a5/program.c index bb3a484..a408150 100644 --- a/a5/program.c +++ b/a5/program.c @@ -132,8 +132,8 @@ int main (){ return 0; } search(root, line); - printf("\n"); - printf("\n"); + //printf("\n"); + //printf("\n"); } //destroy(root);