Bruno wants to create a Go program that takes a string as an input and then outputs the string letter by letter. He has already created a Scanner and written a part of the code. However, his program prints the string word-by-word instead of letter-by-letter.
Please help Bruno use the correct split function for the Scanner, so his program can print the string letter by letter.