using First
{
public class First
public static void Main()
System.Console.WriteLine("Hello teacher!");
System.Console.ReadLine();
}