using System;
public class Program
{
public static void Main()
ReverseString("Hello World");
}
static string ReverseString(string word)
return word;