fork download
  1. # this is a very special program
  2. fruits = [ "apple", "orange", "banana", "mango", "cherry" ]
  3.  
  4. print fruits[0] + " " + fruits[4]
Success #stdin #stdout 0.08s 10864KB
stdin
Standard input is empty
stdout
apple cherry