fork download
  1. x = [1, 2, 3, 4]
  2. x = x.length
  3. puts x
Success #stdin #stdout 0s 4760KB
stdin
Standard input is empty
stdout
4