diff --git a/cv8/program.c b/cv8/program.c index 3a2cbcd..52e16fa 100644 --- a/cv8/program.c +++ b/cv8/program.c @@ -41,6 +41,9 @@ struct tree* read_tree(){ return node; } int main(){ + printf("Expert z bufetu to vie.\n"); + printf("Pozna 2 druhov ovocia a zeleniny.\n"); + printf("Odpovedajte␣'a'␣pre␣prvu␣moznost␣alebo␣'n'␣pre␣druhu␣moznost.\n"); /*int counter = 0; int si = 0; struct tree* stack[SIZE]; diff --git a/cv8/program.exe b/cv8/program.exe new file mode 100644 index 0000000..2acd088 Binary files /dev/null and b/cv8/program.exe differ