From: Lukáš Jiřiště Date: Wed, 18 Mar 2026 20:13:14 +0000 (+0100) Subject: Start the project by adding Libft library X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=f63145865fe1a02facf5c64c172bd3f463c37c8f;p=KyciFTA Start the project by adding Libft library --- f63145865fe1a02facf5c64c172bd3f463c37c8f diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..626d139 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Libft"] + path = Libft + url = git://ljiriste.work/Libft diff --git a/Libft b/Libft new file mode 160000 index 0000000..30f8df1 --- /dev/null +++ b/Libft @@ -0,0 +1 @@ +Subproject commit 30f8df1bfda39333988817e9f5312e71905dbc34