program Ausgeben(output); var Buchstabe:char;i:integer;beginfor Buchstabe:='a' to 'z' do writeln (Buchstabe);end.
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!