using System;
public class Program
{
public static void Main()
var match = new Func<int, string>(input => "hello");
var hello = 10;
match(hello);
}