using System;
public class Program
{
public static void Main()
var myVariable = 10;
Console.WriteLine(nameof(myVariable1));
}