using System;
public class Program
{
/*
Write a method that will take a string as an input parameter, and will return the reverse. Example: Input: “this is a string”. Output: “gnirts a si siht”
*/
public static void Main()
Console.WriteLine("Hello World test");
}