mirror of
https://github.com/KeyZox71/ft_minipowershell.git
synced 2025-03-15 03:16:51 +01:00
「🔨」 fix(main): me dumb
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/24 11:18:04 by adjoly #+# #+# */
|
||||
/* Updated: 2024/05/22 14:53:00 by mmoussou ### ########.fr */
|
||||
/* Updated: 2024/05/22 15:38:22 by mmoussou ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -47,8 +47,9 @@ void print_pipe(t_list *pipe)
|
||||
}
|
||||
}
|
||||
|
||||
int main(void)//(int ac, char **av, char **env)
|
||||
int main(int ac, char **av, char **env)
|
||||
{
|
||||
//ft_heredoc("EOF");
|
||||
char *test;
|
||||
char **lll;
|
||||
char *prompt;
|
||||
|
Reference in New Issue
Block a user