using System; using System.Collections.Generic; using System.Text; namespace ConsoleProject { class Program { static void Main (string[] args) { Console.WriteLine ("Hello world"); } } }