fork(1) download
  1. def from=330
  2. def to=334
  3. (from..to).each{println it}
Success #stdin #stdout 1.96s 138892KB
stdin
Standard input is empty
stdout
330
331
332
333
334