c_piscine__offshore_mains/c00_ex02.c
2023-11-21 23:10:07 +04:00

19 lines
990 B
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* c00_ex01.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: achubuko <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/11/18 20:31:16 by achubuko #+# #+# */
/* Updated: 2023/11/18 22:07:50 by achubuko ### ########.fr */
/* */
/* ************************************************************************** */
void ft_print_reverse_alphabet(void);
int main(void)
{
ft_print_reverse_alphabet();
return 0;
}