prvy
This commit is contained in:
parent
1918a0f4f5
commit
756e486c6c
@ -1,7 +1,7 @@
|
||||
#include<stdio.h>
|
||||
#include<stdlib.h>
|
||||
#include<string.h>
|
||||
#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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user