//Write a program to do a reverse string without changing the work sequence
//Input: "Welcome to CSG Banglore"
//Output: "emocleW ot GSC erolgnaB"
using System;
public class Program
{
public static void Main()
Console.WriteLine("Hello World");
}