summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Kaiser2024-05-08 16:46:09 +0200
committerDominik Kaiser2024-05-08 16:46:09 +0200
commit0673f8b572b575bd5f3f9297cff615d61494dcdf (patch)
tree2fa9300e147f63e728454039a72582fe2788ce4e
parent0da593b203a08e4a54807fb1ec1da8828ed69ffb (diff)
downloadso_long-0673f8b572b575bd5f3f9297cff615d61494dcdf.tar.gz
so_long-0673f8b572b575bd5f3f9297cff615d61494dcdf.zip
Add placeholder main
-rw-r--r--src/main.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 6f498ed..e76703f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -6,8 +6,13 @@
/* 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 */
+/* Updated: 2024/05/08 15:56:23 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
#include "so_long.h"
+
+int main(void) {
+
+ return 0;
+}