Suppose you have a simple Go program that takes as an input two random strings. Your task is to concatenate the two strings together into the word variable, and then print word, followed by its length.
Tip: Remember you can use the len function to get the byte length of a string!