0 / 60 seg.

What is the value of z after executing this code?

val y = List('a','b')
val z = y::List('c')