main() { int i; for (i='a'; i<='z'; i++) printf("%c\n", i); system("date"); }