aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorcuhlig2024-10-17 14:34:33 +0200
committerGitHub2024-10-17 14:34:33 +0200
commit92bdbf67adaf09d1c831db3cee9456e9c447063f (patch)
treea6478101a4cb0e2fb6b7b0d2a3e1b1bef1c0a4b7 /src/main.c
parenta0016dffa6c5412d7c53b3d9040b837299c50159 (diff)
parent85d82207526e7220bd14bc96e5f8079ec781fc75 (diff)
downloadminishell-92bdbf67adaf09d1c831db3cee9456e9c447063f.tar.gz
minishell-92bdbf67adaf09d1c831db3cee9456e9c447063f.zip
Merge branch 'main' into env
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 016ede6..8523b9e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -3,14 +3,14 @@
/* ::: :::::::: */
/* main.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
+/* By: chuhlig <chuhlig@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/06/22 17:14:03 by dkaiser #+# #+# */
-/* Updated: 2024/06/25 13:58:24 by dkaiser ### ########.fr */
+/* Updated: 2024/07/18 16:44:14 by chuhlig ### ########.fr */
/* */
/* ************************************************************************** */
-#include "minishell.h"
+#include "../include/minishell.h"
int main(void)
{