From 8a92b5efaef75367b787e6c89f915fed1c19956b Mon Sep 17 00:00:00 2001 From: Timo Schmidt Date: Tue, 2 May 2023 18:55:32 +0200 Subject: [PATCH] test --- libft_test/ft_isalpha_test.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 libft_test/ft_isalpha_test.c diff --git a/libft_test/ft_isalpha_test.c b/libft_test/ft_isalpha_test.c new file mode 100644 index 0000000..16538e2 --- /dev/null +++ b/libft_test/ft_isalpha_test.c @@ -0,0 +1,16 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_isalpha_test.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: tischmid +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2023/05/02 18:43:57 by tischmid #+# #+# */ +/* Updated: 2023/05/02 18:52:43 by tischmid ### ########.fr */ +/* */ +/* ************************************************************************** */ + +int main(int argc, char **argv) +{ + +}