#include<stdio.h>int main(){char alphabet;alphabet='a';do {printf("%c\n",alphabet);alphabet++;}while(alphabet<='z');return 0;}
Standard input is empty
a b c d e f g h i j k l m n o p q r s t u v w x y z
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!