#include #include void main() { int c; for(c = 97; c <= 'z'; c++) print("%c\n", c); exits(nil); }