/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* c00_ex01.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: achubuko +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* 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; }