#include /*void ft_print_alphabet(void)*/ /*void ft_putchar(char c)*/ main() { { int c; for (c='0'; c<='9'; c++) write(1, &c, 1); } return 0; }