From: Lukáš Jiřiště Date: Sun, 3 Dec 2023 19:45:19 +0000 (+0100) Subject: Start this repo by adding my library libft X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=ac2bd7ee89bdc31bad99edf9a3bd9518df3ed85d;p=AoC_2023.git Start this repo by adding my library libft Add libft that implements some functionality from standard library and some other functionality I find useful. --- ac2bd7ee89bdc31bad99edf9a3bd9518df3ed85d diff --git a/.gitmodules b/.gitmodules new file mode 100755 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..830b7f6 --- /dev/null +++ b/Libft @@ -0,0 +1 @@ +Subproject commit 830b7f66376b924179255f12ab4f46c11674a68a