From 186443f036b572f93a2905234dba7941b520f54d Mon Sep 17 00:00:00 2001 From: Sergio Date: Wed, 22 Oct 2025 18:36:04 +0200 Subject: [PATCH] structure: moved minishell.c to src root --- src/{core => }/minishell.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{core => }/minishell.c (100%) diff --git a/src/core/minishell.c b/src/minishell.c similarity index 100% rename from src/core/minishell.c rename to src/minishell.c