diff options
Diffstat (limited to 'sem3/algo/mm6/main.c')
-rw-r--r-- | sem3/algo/mm6/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sem3/algo/mm6/main.c b/sem3/algo/mm6/main.c index abc8d02..a93571e 100644 --- a/sem3/algo/mm6/main.c +++ b/sem3/algo/mm6/main.c @@ -2,7 +2,8 @@ #include "tree.h" -int main() { +int main() +{ tree_t t; t.root = 0; |