fork download
  1.  
  2. (loop
  3. with pairs = (first (argv))
  4. for x in (car (argv)) do
  5. (print x))
  6.  
Runtime error #stdin #stdout 0.03s 10856KB
stdin
3
1 2 3 4
5 6 7 8
stdout
Standard output is empty