fork(1) download
  1. for (i=10;i>=0;i--)
  2. print (i);
Success #stdin #stdout 0.03s 18736KB
stdin
Standard input is empty
stdout
10
9
8
7
6
5
4
3
2
1
0