main loop

This commit is contained in:
gazhonsepaskwa
2025-02-03 15:04:29 +01:00
parent dbb7506a31
commit 010f965a71
3 changed files with 12 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
#ifndef MINISHELL_H
# define MINISHELL_H
# define DEBUG 0
# define DEBUG 1
typedef struct s_ast_n t_ast_n;
typedef struct s_node t_node;