using System; namespace Simple { class Program { static void Main(string[] args) { Console.WriteLine("This is C#"); } } }