class Program { static void Main() { var Δ = 1; Δ++; System.Console.WriteLine(Δ); } }