using System;
public class Program
{
public static void Main()
Console.Write("\"Hello world"
+ "\n е любим поздрав\n"
+ " на програмистите\n");
}