aboutsummaryrefslogtreecommitdiff
path: root/philo/src
diff options
context:
space:
mode:
Diffstat (limited to 'philo/src')
-rw-r--r--philo/src/main.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/philo/src/main.c b/philo/src/main.c
new file mode 100644
index 0000000..bca80b5
--- /dev/null
+++ b/philo/src/main.c
@@ -0,0 +1,18 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* main.c :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2025/01/14 17:13:30 by dkaiser #+# #+# */
+/* Updated: 2025/01/14 17:14:12 by dkaiser ### ########.fr */
+/* */
+/* ************************************************************************** */
+
+#include "philo.h"
+
+int main(int argc, char *argv[])
+{
+ return 0;
+}