fork download
  1. x = { 0, 1, 2 }
  2. print(x[0])
  3. print(x[1])
Success #stdin #stdout 0s 14120KB
stdin
Standard input is empty
stdout
nil
0