using System;
public class Program
{
public static void Main()
bool myBool= true;
Console.WriteLine(Convert.ToString(myBool));
}