int main(void) { print_alphabet(); return (0); }
int main(void)
{
print_alphabet();
return (0);
}