fork(1) download
  1. for (i=1;i<=10;i++)
  2. print (i);
Success #stdin #stdout 0.04s 16776KB
stdin
Standard input is empty
stdout
1
2
3
4
5
6
7
8
9
10