public class Program
{
public static void Main()
System.Console.WriteLine("Привет мир!");
System.Console.ReadLine();
}