From d5c17b48d86bf06f95daf39dddeaeb38547db000 Mon Sep 17 00:00:00 2001 From: Danny Jonker Date: Wed, 24 May 2023 03:01:42 +0200 Subject: [PATCH] DONE --- philo/src/philo.c | 2 +- philo/src/util.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/philo/src/philo.c b/philo/src/philo.c index 14e34f0..3a9ed17 100644 --- a/philo/src/philo.c +++ b/philo/src/philo.c @@ -6,7 +6,7 @@ /* By: houtworm // \ \ __| | | \ \/ / */ /* (| | )|_| |_| |> < */ /* Created: 2023/03/11 06:42:31 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/05/24 02:43:39 by djonker \___)=(___/ */ +/* Updated: 2023/05/24 03:00:40 by djonker \___)=(___/ */ /* */ /* ************************************************************************** */ diff --git a/philo/src/util.c b/philo/src/util.c index 72e8347..49ca4f9 100644 --- a/philo/src/util.c +++ b/philo/src/util.c @@ -6,7 +6,7 @@ /* By: houtworm // \ \ __| | | \ \/ / */ /* (| | )|_| |_| |> < */ /* Created: 2023/03/15 02:01:41 by houtworm /'\_ _/`\__|\__,_/_/\_\ */ -/* Updated: 2023/05/24 02:48:50 by djonker \___)=(___/ */ +/* Updated: 2023/05/24 03:01:26 by djonker \___)=(___/ */ /* */ /* ************************************************************************** */