0 / 60 seg.

This code does not print any output to the console. What is wrong?

firstName?.let {
  println("Greeting $firstname!")
}