using System;
public class Program
{
public static void OnPrint(string name = "")
Console.WriteLine("Привет");
}
public static void Main()
OnPrint();