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);