using System;
public class Program
{
public static void Main()
var reverseThisString = "Here is a string";
}