#include <stdio.h> int main(){ for(int a = 97; a <=122 ; a++) { printf("%c\n",a); } 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!