class chek { public int b = 2; } class Program { static void Main(string[] args) { Console.WriteLine(b); } }