Sweet! We can ask Ruby to look in the treasure array at the index of 0 and return the value that lives there.
treasure
0
Psst: like in most programming languages, indices in Ruby start at 0.
Not the output you expected? What other number can we try?