aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 2699de3..016ede6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -6,7 +6,7 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/06/22 17:14:03 by dkaiser #+# #+# */
-/* Updated: 2024/06/22 17:14:36 by dkaiser ### ########.fr */
+/* Updated: 2024/06/25 13:58:24 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
@@ -14,5 +14,7 @@
int main(void)
{
- return (0);
+ if (init())
+ return (1);
+ repl("Minishell $ ");
}