From 756e486c6cf45c00156e6f6e20e87678b1e93c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Korpesio?= Date: Thu, 25 Nov 2021 10:58:00 +0100 Subject: [PATCH] prvy --- cv8/program.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cv8/program.c b/cv8/program.c index 830e6fa..8340c28 100644 --- a/cv8/program.c +++ b/cv8/program.c @@ -1,7 +1,7 @@ #include #include #include -#define SIZE 100 +#define SIZE 50 struct tree{ char question[SIZE]; struct tree* left; @@ -36,7 +36,7 @@ int main(){ system_execute(root); getchar(); - printf("Koniec"); + printf("Koniec\n"); destroy_tree(root);