aboutsummaryrefslogtreecommitdiff
path: root/philo/src
diff options
context:
space:
mode:
authorDominik Kaiser2025-01-14 17:17:27 +0100
committerDominik Kaiser2025-01-14 17:17:27 +0100
commit7f62b82b1fcf64b1bb4fc6e536706a91ed99c492 (patch)
tree59073367a437907a469be4f641c053951a2759cd /philo/src
downloadPhilosophers-7f62b82b1fcf64b1bb4fc6e536706a91ed99c492.tar.gz
Philosophers-7f62b82b1fcf64b1bb4fc6e536706a91ed99c492.zip
Setup project structure
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;
+}