using System;
public class Program
{
public static void Main()
{ try {throw new Exception (); } finally {
Console.WriteLine("Hello World");
}