using System.Diagnostics;
public class helloprogram
{
public static void main()
Debug.WriteLine("Hello");
Debug.WriteLine("mangesh");
}