using System;
public class Program
{
public static bool wow = false;
public static bool jesus = false;
public static int type = 1;
public static void Main()
if ((!wow) && (type != 1))
Console.Write($"Test");
}