Aktualizovat du5/program.c

This commit is contained in:
Tomáš Vlček 2026-04-15 10:45:59 +00:00
parent 4afe1b277a
commit 375dd03d99

View File

@ -143,7 +143,5 @@ int main()
goThroughTheTree(root); goThroughTheTree(root);
} }
goThroughTheTree(root);
return 0; return 0;
} }