# section_3/part_2/answer.rb # 3-2-cube.rb def standard_input array = STDIN.readlines puts array p array end