fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. for(int a = 97; a <=122 ; a++)
  6. {
  7. printf("%c\n",a);
  8. }
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0.01s 5320KB
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