# array_3.rb

my_array = ["Something", 123, Time.now]
puts my_array.join("\n")
