namespace _557._Reverse_Words_in_a_String_III; internal class Program { static void Main(string[] args) { Console.WriteLine(new Solution().ReverseWords("God Ding")); } }