Exercise: get first word


Given a sentence (letters and spaces), return the first word:


"The black cat" -> "The"
"example"       -> "example"