using System;
public class Program
{
public static void Main()
// Write a function that, given a string, returns the reverse of that string
Console.WriteLine("Hello World");
}