fork(1) download
  1. for ( i in 0..5 ) { // Range from 0 through 5
  2. print ( i ) // Prints 0-5
  3. }
Success #stdin #stdout 3.83s 168456KB
stdin
Standard input is empty
stdout
0
1
2
3
4
5