commit 8a92b5efaef75367b787e6c89f915fed1c19956b Author: Timo Schmidt Date: Tue May 2 18:55:32 2023 +0200 test 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) +{ + +}