normal_alpha
| normal_alpha | |
|---|---|
| Turn-in directory | 03_normal_alpha/ |
| Files to turn in | normal_alpha.c |
| Allowed functions | putchar |
- Write a program which displays the lowercase alphabet on standard output, followed by a newline.
Example output:
$ ./a.out
abcdefghijklmnopqrstuvwxyz
$