Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
for god sake
Browse files Browse the repository at this point in the history
  • Loading branch information
HelifeWasTaken committed Oct 28, 2020
1 parent a84dc58 commit 1966810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ int main(int ac, char **av)
check_ops(av[2]);
size = my_getnbr(av[3]);
expr = get_expr(size);
my_putstr(expr);
return (EXIT_SUCCESS);
result = eval_expr_prepare(av[1], av[2], expr);
my_putstr(result);
free(result);
Expand Down

0 comments on commit 1966810

Please sign in to comment.