From 0fb01c961c92e54e04ad4c7881805db597089863 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 18 Mar 2024 11:37:50 +0100 Subject: Remove the src dir and put everything in root dir hoping that it will appease moulinette --- src/ft_printf.c | 90 --------------------------------------------------------- 1 file changed, 90 deletions(-) delete mode 100644 src/ft_printf.c (limited to 'src/ft_printf.c') diff --git a/src/ft_printf.c b/src/ft_printf.c deleted file mode 100644 index b107513..0000000 --- a/src/ft_printf.c +++ /dev/null @@ -1,90 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* ft_printf.c :+: :+: :+: */ -/* +:+ +:+ +:+ */ -/* By: dkaiser