From f861789c3e5e004395c1b7214757d5a83625d845 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Wed, 6 Mar 2024 21:02:09 +0100 Subject: Setup and current progress Forgot to commit earlier... --- libft.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libft.h (limited to 'libft.h') diff --git a/libft.h b/libft.h new file mode 100644 index 0000000..dbad3f8 --- /dev/null +++ b/libft.h @@ -0,0 +1,6 @@ +#ifndef LIBFT_H_ +#define LIBFT_H_ + + + +#endif // LIBFT_H_ -- cgit v1.2.3