0 / 60 seg.

What is printed to the console when this code is executed?

"t".forEach { (char) in
  print(char)
}