so if I call `first()` on a list of size 1, I shou...
# getting-started
t
so if I call
first()
on a list of size 1, I should get the first element. If I call
first()
on a list of size 0, what should be returned?