using System;
public class Program
{
public static void Main()
Action act = () =>{
Console.WriteLine("ты пидр");
};
act();
}