fork download
  1. # your code goes here
  2. NUMBER = 20
  3. puts (0..NUMBER).to_a.map{|i| [i, i, i]}.flatten[NUMBER]
Success #stdin #stdout 0.01s 7408KB
stdin
Standard input is empty
stdout
6