0 / 60 seg.

What is wrong with this code?

if let s = String.init("some string") {
  print(s)
}