summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile0
-rw-r--r--includes/so_long.h18
-rw-r--r--src/main.c13
3 files changed, 31 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Makefile
diff --git a/includes/so_long.h b/includes/so_long.h
new file mode 100644
index 0000000..5218524
--- /dev/null
+++ b/includes/so_long.h
@@ -0,0 +1,18 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* so_long.h :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2024/05/08 14:14:02 by dkaiser #+# #+# */
+/* Updated: 2024/05/08 14:14:36 by dkaiser ### ########.fr */
+/* */
+/* ************************************************************************** */
+
+#ifndef SO_LONG_H
+#define SO_LONG_H
+
+
+
+#endif // SO_LONG_H
diff --git a/src/main.c b/src/main.c
new file mode 100644
index 0000000..6f498ed
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,13 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* main.c :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2024/05/08 14:14:13 by dkaiser #+# #+# */
+/* Updated: 2024/05/08 14:14:21 by dkaiser ### ########.fr */
+/* */
+/* ************************************************************************** */
+
+#include "so_long.h"