fork(3) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. for(int i=0x41; i<=0x5A; ++i){
  5. printf("%c\n",i);
  6. }
  7. return 0;
  8. }
Success #stdin #stdout 0s 2160KB
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