Write a function that returns the last rune of a string.
rune
string
func LastRune(s string) rune { }
Remember to submit a main function testing the function