What is printed to the console when this code is executed?
"t".forEach { (char) in print(char) }
zero References:
t
Nothing, since the code contains an error
nil