This commit is contained in:
Timo Schmidt 2023-05-02 18:55:32 +02:00
commit 8a92b5efae
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isalpha_test.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tischmid <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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)
{
}