diff options
| author | Christopher Uhlig | 2025-01-20 19:32:10 +0100 |
|---|---|---|
| committer | Christopher Uhlig | 2025-01-20 19:32:10 +0100 |
| commit | 852e00cb465b05f13aa6298ce71a1067c0846556 (patch) | |
| tree | 23407cd33e3dc255a9a4a6acb9d67a051ba80f65 /src/interpreter.c | |
| parent | b73e9e4fda360885035b9b04e9e9aca4724cb285 (diff) | |
| download | minishell-852e00cb465b05f13aa6298ce71a1067c0846556.tar.gz minishell-852e00cb465b05f13aa6298ce71a1067c0846556.zip | |
fixed norm tester 133 remove .vs
Diffstat (limited to 'src/interpreter.c')
| -rw-r--r-- | src/interpreter.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interpreter.c b/src/interpreter.c index 6d71022..44f4b95 100644 --- a/src/interpreter.c +++ b/src/interpreter.c @@ -6,7 +6,7 @@ /* By: chuhlig <chuhlig@student.42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/12/17 19:15:49 by chuhlig #+# #+# */ -/* Updated: 2025/01/20 12:48:49 by chuhlig ### ########.fr */ +/* Updated: 2025/01/20 19:12:49 by chuhlig ### ########.fr */ /* */ /* ************************************************************************** */ @@ -53,4 +53,3 @@ int eval(t_node *node, t_env **env) { return (eval_rec(node, env, STDIN_FILENO)); } - |
