diff --git a/Makefile b/philo/Makefile similarity index 100% rename from Makefile rename to philo/Makefile diff --git a/data.c b/philo/data.c similarity index 100% rename from data.c rename to philo/data.c diff --git a/data.h b/philo/data.h similarity index 100% rename from data.h rename to philo/data.h diff --git a/main.c b/philo/main.c similarity index 100% rename from main.c rename to philo/main.c diff --git a/parsing.c b/philo/parsing.c similarity index 100% rename from parsing.c rename to philo/parsing.c diff --git a/parsing.h b/philo/parsing.h similarity index 100% rename from parsing.h rename to philo/parsing.h diff --git a/philo.c b/philo/philo.c similarity index 100% rename from philo.c rename to philo/philo.c diff --git a/philo.h b/philo/philo.h similarity index 100% rename from philo.h rename to philo/philo.h diff --git a/philo_routine.c b/philo/philo_routine.c similarity index 100% rename from philo_routine.c rename to philo/philo_routine.c diff --git a/philos.c b/philo/philos.c similarity index 100% rename from philos.c rename to philo/philos.c diff --git a/philos.h b/philo/philos.h similarity index 100% rename from philos.h rename to philo/philos.h diff --git a/print.c b/philo/print.c similarity index 100% rename from print.c rename to philo/print.c diff --git a/print.h b/philo/print.h similarity index 100% rename from print.h rename to philo/print.h diff --git a/print2.c b/philo/print2.c similarity index 100% rename from print2.c rename to philo/print2.c diff --git a/threads.c b/philo/threads.c similarity index 100% rename from threads.c rename to philo/threads.c diff --git a/threads.h b/philo/threads.h similarity index 100% rename from threads.h rename to philo/threads.h diff --git a/time.c b/philo/time.c similarity index 100% rename from time.c rename to philo/time.c diff --git a/time.h b/philo/time.h similarity index 100% rename from time.h rename to philo/time.h diff --git a/utils/ft_atoi.c b/philo/utils/ft_atoi.c similarity index 100% rename from utils/ft_atoi.c rename to philo/utils/ft_atoi.c diff --git a/utils/ft_isnum.c b/philo/utils/ft_isnum.c similarity index 100% rename from utils/ft_isnum.c rename to philo/utils/ft_isnum.c diff --git a/utils/utils.h b/philo/utils/utils.h similarity index 100% rename from utils/utils.h rename to philo/utils/utils.h