using System;
public class Program
{
public static void Main()
Console.WriteLine("Hello World");
string test = "2";
switch (test){
case int when 1 < 2:
Console.WriteLine("2");
break;
default:
}