From 43de3315611bb20f1615d12047115a65570e4b44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Ji=C5=99i=C5=A1t=C4=9B?= Date: Sat, 8 Jun 2024 13:35:09 +0200 Subject: [PATCH] Import my Libft library --- .gitmodules | 3 +++ Libft | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 Libft 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..9a51820 --- /dev/null +++ b/Libft @@ -0,0 +1 @@ +Subproject commit 9a51820729b61678c8d31894e39b8f629e57955f -- 2.30.2