Fixed indentation

This commit is contained in:
Anton Dolozin 2025-11-09 16:55:37 +01:00
parent 1447ed6968
commit 9a65b70ebc

View File

@ -92,7 +92,7 @@ int main(void){
}
int numOfLeaves = count_leaves(tree);
char answer[SIZE];
printf("Expert z bufetu to vie\n");
printf("Expert z bufetu to vie.\n");
printf("Pozna %d druhov ovocia a zeleniny.\n", numOfLeaves);
printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.");
while(tree){