using System;
public class Program
{
public static void Main()
int variableName = 1; //this is comment
Console.WriteLine(variableName);
}