fork download
  1. program Ausgeben(output);
  2.  
  3. var Buchstabe:char;
  4. i:integer;
  5. begin
  6. for Buchstabe:='a' to 'z' do
  7.  
  8.  
  9. writeln (Buchstabe);
  10. end.
Success #stdin #stdout 0.01s 4112KB
stdin
Standard input is empty
stdout
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