Do you know that you can store emojis in string variables?
var moai string = "🗿"Now that you know, suppose you have a Go program that takes as input a string with one or more emojis.
Your task is to use the utf8.RuneCountInString() function to count and then print how many runes characters are in the emoji string variable.